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.
14 lines
472 B
14 lines
472 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"></div>
|
|
<p id="initial-loader" class="htmx-indicator">Initialising Hugo...</p>
|
|
</body>
|
|
</html>
|
|
|