CelebratingChristmas/index.html

17 lines
615 B
HTML
Raw Permalink Normal View History

2025-07-08 22:47:08 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Celebrating Christmas!</title>
2025-07-09 03:20:16 -04:00
<link type="text/css" rel="stylesheet" href="static/site.css" />
<script src=" https://cdn.jsdelivr.net/npm/htmx.org/dist/htmx.min.js "></script>
<script src="https://cdn.jsdelivr.net/npm/@starfederation/datastar/dist/datastar.min.js" type="module"></script>
2025-07-08 22:47:08 -04:00
</head>
<body>
2025-07-09 03:20:16 -04:00
<div class="main">
<div class="body-content" id="body-content" hx-trigger="load delay:1s" hx-get="/pages/home.html" hx-swap="innerHTML">
<p class="loading">Loading...</p>
</div>
</div>
2025-07-08 22:47:08 -04:00
</body>
</html>