mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2025-02-15 05:39:15 +01:00
Add Open Graph meta tags and favicon
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 110 KiB |
BIN
public/logo.png
Normal file
BIN
public/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@@ -6,6 +6,19 @@ export default function Document() {
|
|||||||
<Head>
|
<Head>
|
||||||
<meta name='theme-color' content='#121212' />
|
<meta name='theme-color' content='#121212' />
|
||||||
<meta name='title' content='Érettségi kereső' />
|
<meta name='title' content='Érettségi kereső' />
|
||||||
|
<meta name='og:title' content='Érettségi kereső' />
|
||||||
|
<meta property='og:url' content='https://erettsegi.albert.lol' />
|
||||||
|
<meta
|
||||||
|
name='description'
|
||||||
|
content='Egyszerű keresés és letöltés az érettségi feladatsorokhoz. 🏫'
|
||||||
|
/>
|
||||||
|
<meta
|
||||||
|
name='og:description'
|
||||||
|
content='Egyszerű keresés és letöltés az érettségi feladatsorokhoz. 🏫'
|
||||||
|
/>
|
||||||
|
<link rel='icon' href='/favicon.ico' />
|
||||||
|
<meta property='image' content='/logo.png' />
|
||||||
|
<meta property='og:image' content='/logo.png' />
|
||||||
<meta name='author' content='albert' />
|
<meta name='author' content='albert' />
|
||||||
</Head>
|
</Head>
|
||||||
<body>
|
<body>
|
||||||
|
Reference in New Issue
Block a user