aboutsummaryrefslogtreecommitdiffstats
path: root/templates/home.html
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-01 22:19:27 +0300
committerAhmed <git@gumx.cc>2026-06-01 22:19:27 +0300
commitae72b8f9976a1c0cca66ff4cb31eadf311c677e7 (patch)
tree532e48d085bd0ea48265f2bd262df8856dd8340f /templates/home.html
init: moved to own site
Diffstat (limited to 'templates/home.html')
-rw-r--r--templates/home.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/home.html b/templates/home.html
new file mode 100644
index 0000000..c28bb89
--- /dev/null
+++ b/templates/home.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ {{> head.html}}
+ <title>gumx</title>
+ </head>
+ <body>
+ {{> header.html}}
+ <main>{{{CONTENT}}}</main>
+ {{> footer.html}}
+ </body>
+</html>