mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 00:49:19 +02:00
added meta tags
This commit is contained in:
parent
7e5e62589f
commit
62858329d6
1 changed files with 12 additions and 0 deletions
12
src/app.html
12
src/app.html
|
@ -7,6 +7,18 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
|
|
||||||
|
<meta property="og:title" content="Jonas_Jones's Homepage">
|
||||||
|
<meta name="application-name" content="Jonas_Jones's Homepage">
|
||||||
|
<meta property="og:description" content="The Home of all creations by Jonas_Jones!">
|
||||||
|
<meta name="description" content="The Home of all creations by Jonas_Jones!">
|
||||||
|
<meta name="author" content="Jonas_Jones">
|
||||||
|
<meta property="og:image" content="/icon_800x800.png">
|
||||||
|
<meta property="og:url" content="./">
|
||||||
|
<meta name="url" content="./">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta name="theme-color" content="#008080">
|
||||||
|
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue