Added copyright
This commit is contained in:
parent
4fffc1c696
commit
3be16781e7
@ -9,14 +9,22 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Orient Editor</h1>
|
||||
<button hx-get="logout" hx-target="#page-content">Abmelden</button>
|
||||
<header>
|
||||
<h1>Orient Editor</h1>
|
||||
<button hx-get="logout" hx-target="#page-content">Abmelden</button>
|
||||
</header>
|
||||
|
||||
<div id="page-content">
|
||||
{{template "page-content" .}}
|
||||
</div>
|
||||
<main>
|
||||
<div id="page-content">
|
||||
{{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>
|
||||
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user