2023-11-01 01:59:19 +01:00
|
|
|
<!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>
|
|
|
|
<link href="{{ '/static/fork-awesome/css/fork-awesome.min.css'|asseturl }}" rel="stylesheet" type="text/css">
|
2023-11-01 02:49:29 +01:00
|
|
|
<link rel="stylesheet" href="{{ '/css/schedule.css'|asseturl }}" rel="stylesheet" type="text/css">
|
2023-11-01 01:59:19 +01:00
|
|
|
<script href="/config.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2023-11-01 02:49:29 +01:00
|
|
|
<img class="header" src="https://files.chvoc.ch/sps22/info//header.png" />
|
|
|
|
<main id="main">
|
|
|
|
|
|
|
|
</main>
|
|
|
|
<div id="clock"></div>
|
2023-11-01 01:59:19 +01:00
|
|
|
<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>
|
2023-11-01 02:49:29 +01:00
|
|
|
<script src="{{ '/rendered_schedule.js' | asseturl }}"></script>
|
2023-11-01 01:59:19 +01:00
|
|
|
</body>
|
|
|
|
</html>
|