Initial commit

This commit is contained in:
root
2023-04-27 14:46:18 +00:00
commit bbca1a86d1
35 changed files with 2418 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<footer>
<p>(C) 2022 Kleiax Nerdprofessionals</p>
</footer>
+3
View File
@@ -0,0 +1,3 @@
<header>
<h1>Rover Routen</h1>
</header>
+4
View File
@@ -0,0 +1,4 @@
<nav>
<a href="/" ><img src="/img/menu/home.svg">Info</a>
<a href="imprint" ><img src="/img/menu/legal.svg">Impressum</a>
</nav>
+4
View File
@@ -0,0 +1,4 @@
<aside>
<h2>Status</h2>
<script type="module" src="/js/status.js"></script>
</aside>