This commit is contained in:
2026-02-17 20:03:12 -08:00
commit e230ebbc33
10 changed files with 2494 additions and 0 deletions

10
src/_includes/base.njk Normal file
View File

@ -0,0 +1,10 @@
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/main.css">
</head>
<body>
<body>

1
src/index.njk Normal file
View File

@ -0,0 +1 @@
<h1>Home</h1>