polsevev.dev/static/index.html

11 lines
No EOL
236 B
HTML

<!DOCTYPE html>
<head>
<link rel="stylesheet" href="style.css"/>
<script src="htmx.min.js"></script>
</head>
<body>
<ul hx-get="/api/posts" hx-swap="innerHTML" hx-trigger="load">
This is a test
</ul>
</body>