Krys4lide/templates/index.html

13 lines
468 B
HTML
Raw Normal View History

<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>
<link href="/assets/css/style.css" rel="stylesheet">
</head>
<body>
<h1 class="test text-3xl font-bold underline">Krys4lide</h1>
<button hx-get="/hello" hx-target="#hello">Hello!</button>
<div id="hello"></div>
</body>
</html>