all the website mainly done

This commit is contained in:
0xa0
2026-07-21 20:45:47 +02:00
parent 20f9aca26b
commit 30609c3bb3
15 changed files with 2127 additions and 25 deletions
+3 -1
View File
@@ -4,14 +4,16 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?= htmlspecialchars(SITE_TITLE) ?></title>
<title><?= htmlspecialchars($page_title ?? SITE_TITLE) ?></title>
<link rel="stylesheet" href="/css/style.css">
<script src="/js/htmx.min.js" defer></script>
<script src="/js/idiomorph-ext.min.js" defer></script>
</head>
<body>
<header>
<nav>
<a href="/">home</a>
<a href="/blog.php">blog</a>
<a href="/guestbook.php">guestbook</a>
</nav>
</header>