Added initial content on top of standard pages
This commit is contained in:
parent
612e564b31
commit
36d001c589
6 changed files with 100 additions and 29 deletions
|
|
@ -3,13 +3,15 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Celebrating Christmas!</title>
|
||||
<link type="text/css" rel="stylesheet" href="static/site.css" />
|
||||
<link type="text/css" rel="stylesheet" href="static/css/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>
|
||||
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
|
||||
<script src="https://unpkg.com/alpinejs" defer></script>
|
||||
<script src="static/js/site.js" defer></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">
|
||||
<div class="body-content" id="body-content" hx-trigger="load" hx-get="/pages/home.html" hx-swap="innerHTML">
|
||||
<p class="loading">Loading...</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue