26 lines
1.1 KiB
HTML
26 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>{{ this.title }}</title>
|
|
<meta name="description" content="{{ this.description }}">
|
|
<meta name="robots" content="noindex">
|
|
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml">
|
|
<meta name="author" content="L3D">
|
|
<link href="{{ '/static/fork-awesome/css/fork-awesome.min.css'|asseturl }}" rel="stylesheet" type="text/css">
|
|
<link rel="stylesheet" href="{{ '/css/schedule.css'|asseturl }}" rel="stylesheet" type="text/css">
|
|
<script src="/config.js"></script>
|
|
</head>
|
|
<body>
|
|
<img class="header" src="https://files.chvoc.ch/sps22/info//header.png" />
|
|
<main id="main">
|
|
|
|
</main>
|
|
<div id="clock"></div>
|
|
<script src="{{ '/js/luxon/luxon.min.js' | asseturl }}"></script>
|
|
<script src="{{ '/js/preact/preact.min.js' | asseturl }}"></script>
|
|
<script src="{{ '/js/htm/htm.js' | asseturl }}"></script>
|
|
<script src="{{ this.schedule | asseturl }}"></script>
|
|
</body>
|
|
</html>
|