only german for now. add footer. reposition last updated info.
This commit is contained in:
parent
0639aeae6f
commit
d9a21b53be
5 changed files with 45 additions and 16 deletions
17
index.html
17
index.html
|
@ -6,30 +6,30 @@
|
|||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link href="style.css" rel="stylesheet">
|
||||
<title>A11y Elevator List</title>
|
||||
<title>Barrierefreie Aufzugs-Liste</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>A11y Elevator List</h1>
|
||||
<h1>Barrierefreie Aufzugs-Liste</h1>
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="index.html">
|
||||
Elevator List
|
||||
Aufzugs-Liste
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="about.html">
|
||||
What is this?
|
||||
Was ist das?
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<h2>Station List</h2>
|
||||
<h2>Liste aller Stationen mit Aufzug im HVV</h2>
|
||||
<div id="updateInfo" class="hidden">
|
||||
<span>Last Updated: <b id="lastUpdated"></b></span>
|
||||
<span>Stand: <b id="lastUpdated"></b></span>
|
||||
<button id="loadElevators" class="hidden">
|
||||
Daten aktualisieren
|
||||
Aktualisieren
|
||||
<span data-icon="load" class="size-s spinner hidden"></span>
|
||||
</button>
|
||||
</div>
|
||||
|
@ -51,6 +51,9 @@
|
|||
<ul id="stationList">
|
||||
</ul>
|
||||
</main>
|
||||
<footer>
|
||||
Website by <a href="https://kritzl.dev/">kritzl</a> • <a href="https://mafiasi.de/base/imprint" target="_blank">Impressum</a>
|
||||
</footer>
|
||||
<script type="text/javascript" src="elevators.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue