12 lines
369 B
HTML
12 lines
369 B
HTML
<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> |