first commit
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user