2023-06-12 21:50:47 +01:00
|
|
|
<script>
|
2023-07-07 11:27:28 +01:00
|
|
|
import '../app.css';
|
2023-06-12 21:50:47 +01:00
|
|
|
</script>
|
2023-07-07 11:27:28 +01:00
|
|
|
|
2023-06-21 14:56:12 +01:00
|
|
|
<svelte:head>
|
2023-07-07 11:27:28 +01:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="application-name" content="OwlBoard" />
|
|
|
|
<meta name="author" content="Frederick Boniface" />
|
|
|
|
<meta
|
|
|
|
name="description"
|
|
|
|
content="Live train data, PIS Codes & reference data. Built by railway staff, for railway staff."
|
|
|
|
/>
|
|
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
<meta name="theme-color" content="#00b7b7" />
|
|
|
|
<link rel="icon" href="/images/icon.svg" type="image/svg+xml" />
|
|
|
|
<link rel="apple-touch-icon" href="/images/app-icons/any/apple-192.png" />
|
|
|
|
<link rel="manifest" href="/manifest.json" />
|
|
|
|
<title>OwlBoard</title>
|
2023-06-21 14:56:12 +01:00
|
|
|
</svelte:head>
|
2023-07-07 11:27:28 +01:00
|
|
|
<slot />
|