mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2025-02-15 05:39:15 +01:00
Initial commit
This commit is contained in:
parent
e02071ead0
commit
f7a8512076
13 changed files with 5027 additions and 4244 deletions
|
@ -1,13 +1,17 @@
|
|||
import { Html, Head, Main, NextScript } from 'next/document'
|
||||
|
||||
export default function Document() {
|
||||
return (
|
||||
<Html lang="en">
|
||||
<Head />
|
||||
<body>
|
||||
<Main />
|
||||
<NextScript />
|
||||
</body>
|
||||
</Html>
|
||||
)
|
||||
return (
|
||||
<Html lang="hu">
|
||||
<Head>
|
||||
<meta name="theme-color" content="#121212" />
|
||||
<meta name="title" content="Érettségi kereső" />
|
||||
<meta name="author" content="albert" />
|
||||
</Head>
|
||||
<body>
|
||||
<Main />
|
||||
<NextScript />
|
||||
</body>
|
||||
</Html>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue