Deploy from Lumerel

This commit is contained in:
Lumerel Deploy
2026-02-14 23:00:52 +00:00
commit 5d0874eab1
14 changed files with 443 additions and 0 deletions

7
includes/footer.php Normal file
View File

@@ -0,0 +1,7 @@
</main>
<footer>
<p>&copy; <?= date('Y') ?> <?= SiteConfig::SITE_NAME ?>. All rights reserved.</p>
</footer>
<script src="/assets/js/main.js"></script>
</body>
</html>