summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-10-17 20:05:46 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-10-17 20:05:46 -0700
commitce5d9a10eb21b696b2f716b0a66ec6e42bd33e0c (patch)
treefd00e1cae0cf00bd2761abd5ee94d2a6bce23d45 /templates
parent70e71a9ae2ed46e16d800aa42d204ba482e822ce (diff)
downloadroseh.moe-ce5d9a10eb21b696b2f716b0a66ec6e42bd33e0c.tar.zst
Add a file that I forgot.
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html.template9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/index.html.template b/templates/index.html.template
new file mode 100644
index 0000000..384bb34
--- /dev/null
+++ b/templates/index.html.template
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>roseh.moe</title>
+ </head>
+ <body>
+ <p>Hello world</p>
+ </body>
+</html>