start work on new website

This commit is contained in:
sashinexists
2024-12-04 16:17:16 +11:00
parent 1cb1a56205
commit 12b9db6212
14 changed files with 202 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<html>
<head>
<link href="/styles/main.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
${ templates/partials/header.ori.html() }
<main class="page-content">
${ _ }
</main>
${ templates/partials/footer.ori.html() }
</body>
</html>