html5-infobeamer-aalen-geek.../templates/page.html

26 lines
999 B
HTML
Raw Normal View History

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">
<link rel="stylesheet" href="{{ '/css/root_index.css'|asseturl }}" rel="stylesheet" type="text/css">
<script href="/config.js"></script>
</head>
<body>
<h1 class="header">{{ this.title }}</h1>
<div class="content">
{{ this.body }}
<ul>
<li class="infopointitem">
<span class="fa fa-hand-o-right bullet"></span><b>Schedule:</b><a class="infopoint" href="/schedule/">/schedule/</a>
</li>
</ul>
</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>
</body>
</html>