Add meta description
This commit is contained in:
parent
5df11daf22
commit
70f3f31370
12
src/app.html
12
src/app.html
|
@ -4,7 +4,15 @@
|
|||
<title>Notes</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Your stack of digital sticky notes privately stored only on your device."
|
||||
/>
|
||||
<meta name="color-scheme" content="dark light" />
|
||||
<meta name="apple-mobile-web-app-title" content="Notes" />
|
||||
<meta name="application-name" content="Notes" />
|
||||
<meta name="theme-color" content="#18232c" />
|
||||
<meta name="msapplication-TileColor" content="#ead40b" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
|
@ -16,10 +24,6 @@
|
|||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#ead40b" />
|
||||
<meta name="msapplication-TileColor" content="#ead40b" />
|
||||
<meta name="apple-mobile-web-app-title" content="Notes" />
|
||||
<meta name="application-name" content="Notes" />
|
||||
<meta name="theme-color" content="#18232c" />
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
|
|
Loading…
Reference in New Issue