Abandoned GUI Prototype ™
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 

21 lines
543 B

<!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>
<div
id="app"
hx-get="/init"
hx-trigger="load once"
hx-indicator="#initial-loader"
hx-target="this"
hx-swap="outerHtml">
<p id="initial-loader" class="htmx-indicator">Bootstrapping snackbar...</p>
</div>
</body>
</html>