Add HTML Header tags
This commit is contained in:
@@ -3,6 +3,14 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<link rel="manifest" href="/manifest.webmanifest" />
|
||||||
|
<meta name="title" content="OwlBoard | Your fasted route to live and reference data" />
|
||||||
|
<meta name="description" content="Live station departures, Live train tracking, PIS Codes & more" />
|
||||||
|
<meta name="theme-color" content="#4fd1d1" />
|
||||||
|
<link rel="canonical" href="https://owlboard.info" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="https://owlboard.info" />
|
||||||
|
<title>OwlBoard</title>
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
<body data-sveltekit-preload-data="hover">
|
<body data-sveltekit-preload-data="hover">
|
||||||
|
|||||||
Reference in New Issue
Block a user