Added copyright

This commit is contained in:
Jason Streifling 2024-03-17 15:29:12 +01:00
parent 4fffc1c696
commit 3be16781e7

View File

@ -9,14 +9,22 @@
</head>
<body>
<header>
<h1>Orient Editor</h1>
<button hx-get="logout" hx-target="#page-content">Abmelden</button>
</header>
<main>
<div id="page-content">
{{template "page-content" .}}
</div>
<script src="web/static/js/htmx.min.js"></script>
</main>
<footer>
<p>&copy; 2024 Jason Streifling. Alle Rechte vorbehalten.</p>
</footer>
</body>
</html>