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:
parent
da3be00364
commit
0302409a5f
3 changed files with 13 additions and 0 deletions
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>
|
||||
<meta name='theme-color' content='#121212' />
|
||||
<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' />
|
||||
</Head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue