chore: Move askama templates into src-frontend

This commit is contained in:
2024-07-03 17:56:17 +02:00
parent 1f1eea31a0
commit 984738d4f6
3 changed files with 2 additions and 0 deletions

View File

@ -1,12 +0,0 @@
<html>
<head>
<title>Krys4lide</title>
<script src="https://unpkg.com/htmx.org@2.0.0/dist/htmx.js" integrity="sha384-Xh+GLLi0SMFPwtHQjT72aPG19QvKB8grnyRbYBNIdHWc2NkCrz65jlU7YrzO6qRp" crossorigin="anonymous"></script>
</head>
<body>
<h1>Krys4lide</h1>
<button hx-get="/hello" hx-target="#hello">Hello!</button>
<div id="hello"></div>
</body>
</html>