2024-07-03 17:50:29 +02:00
|
|
|
<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>
|
2024-07-03 18:43:35 +02:00
|
|
|
<link href="/assets/css/style.css" rel="stylesheet">
|
2024-07-03 17:50:29 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2024-07-03 18:43:35 +02:00
|
|
|
<h1 class="test text-3xl font-bold underline">Krys4lide</h1>
|
2024-07-03 17:50:29 +02:00
|
|
|
<button hx-get="/hello" hx-target="#hello">Hello!</button>
|
|
|
|
<div id="hello"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|