Added copyright

This commit is contained in:
Jason Streifling 2024-03-17 15:29:12 +01:00
parent 40d1104a66
commit f5c1a5e8d0

View File

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