Added copyright
This commit is contained in:
parent
4fffc1c696
commit
3be16781e7
@ -9,14 +9,22 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Orient Editor</h1>
|
<header>
|
||||||
<button hx-get="logout" hx-target="#page-content">Abmelden</button>
|
<h1>Orient Editor</h1>
|
||||||
|
<button hx-get="logout" hx-target="#page-content">Abmelden</button>
|
||||||
|
</header>
|
||||||
|
|
||||||
<div id="page-content">
|
<main>
|
||||||
{{template "page-content" .}}
|
<div id="page-content">
|
||||||
</div>
|
{{template "page-content" .}}
|
||||||
|
</div>
|
||||||
|
|
||||||
<script src="web/static/js/htmx.min.js"></script>
|
<script src="web/static/js/htmx.min.js"></script>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<p>© 2024 Jason Streifling. Alle Rechte vorbehalten.</p>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user