This commit is contained in:
isUnknown 2024-01-26 07:45:41 +01:00
parent eed52913e4
commit 58ecaf99b2
10 changed files with 3856 additions and 18 deletions

View file

@ -1,2 +1,7 @@
<footer>
<ul id="links">
<li>à propos</li>
</ul>
</footer>
</body>
</html>

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?= $site->title() ?><?= e($page->url() !== $site->url(), '-' . $page->title()) ?></title>
<link rel="stylesheet" href="assets/style.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<script src="assets/script.js" defer></script>
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<meta name="robots" content="noindex">