diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-17 20:05:46 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-17 20:05:46 -0700 |
| commit | ce5d9a10eb21b696b2f716b0a66ec6e42bd33e0c (patch) | |
| tree | fd00e1cae0cf00bd2761abd5ee94d2a6bce23d45 /templates | |
| parent | 70e71a9ae2ed46e16d800aa42d204ba482e822ce (diff) | |
| download | roseh.moe-ce5d9a10eb21b696b2f716b0a66ec6e42bd33e0c.tar.zst | |
Add a file that I forgot.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html.template | 9 |
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> |
