first commit

This commit is contained in:
2026-07-21 17:06:32 +02:00
commit 20f9aca26b
9 changed files with 239 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<?php require_once __DIR__ . '/../config.php'; ?>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?= htmlspecialchars(SITE_TITLE) ?></title>
<link rel="stylesheet" href="/css/style.css">
<script src="/js/htmx.min.js" defer></script>
</head>
<body>
<header>
<nav>
<a href="/">home</a>
<a href="/guestbook.php">guestbook</a>
</nav>
</header>
<main>