polsevev.dev/static/index.html

11 lines
236 B
HTML
Raw Normal View History

2024-07-09 18:34:13 +00:00
<!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>