inits http ssg with mkws

This commit is contained in:
2026-05-12 20:56:32 +01:00
parent 512f130117
commit eb48cdb9a3
17 changed files with 1042 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en-GB">
<head>
#!
pp "${SHARE}"/components/head.upphtml
#!
</head>
<body>
<main>
#!
pp "$1"
#!
</main>
</body>
</html>