17 lines
615 B
HTML
17 lines
615 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Celebrating Christmas!</title>
|
|
<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>
|
|
</head>
|
|
<body>
|
|
<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>
|
|
</body>
|
|
</html> |