Add meta description

This commit is contained in:
Dallas Hoffman 2023-09-30 17:54:34 -04:00
parent 5df11daf22
commit 70f3f31370
1 changed files with 8 additions and 4 deletions

View File

@ -4,7 +4,15 @@
<title>Notes</title> <title>Notes</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width" /> <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="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.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link <link
@ -16,10 +24,6 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> <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="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#ead40b" /> <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% %sveltekit.head%
</head> </head>
<body data-sveltekit-preload-data="hover"> <body data-sveltekit-preload-data="hover">