This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
snackbar/frontend/index.html
2024-04-11 13:29:40 +02:00

15 lines
417 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Snackbar</title>
<!-- TODO(d1): vendor this locally -->
<script src="https://unpkg.com/htmx.org@1.9.6"></script>
</head>
<body>
<!-- TODO(d1): hx-indicator for loading... -->
<div id="app" hx-get="/init" hx-trigger="load once"></div>
</body>
</html>