summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-10-19 10:22:52 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-10-19 10:22:52 -0700
commitd7ec25da4ee8b98acd1951de70fb4d044984bdf5 (patch)
treeeb341bc4a248d940f9953a47cf7c942b1219f276 /templates
parentb880a4fccad7eb15ba8a6665e0e3a9a0c2696dce (diff)
downloadroseh.moe-d7ec25da4ee8b98acd1951de70fb4d044984bdf5.tar.zst
Add an extremely cute landing page.
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html.template16
1 files changed, 14 insertions, 2 deletions
diff --git a/templates/index.html.template b/templates/index.html.template
index 384bb34..49316cc 100644
--- a/templates/index.html.template
+++ b/templates/index.html.template
@@ -1,9 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <title>roseh.moe</title>
+ <title>rose.moe</title>
+ <link rel="icon" href="/static/icon.png">
+ <link rel="stylesheet" href="/static/styles.css">
</head>
<body>
- <p>Hello world</p>
+ <div style="background-image:url(/static/index/stars.gif);background-repeat:repeat;height:500px;display:flex;justify-content:center;align-items:center">
+ <h1>roseh.moe</h1>
+ </div>
+
+ <article>
+ <center>
+ <img src="/static/index/kanna.png" alt="A dragon loli" style="border-radius:50%;margin:-100px auto 20px">
+ </center>
+
+ <p><a href="/pong">Games?</a></p>
+ </article>
</body>
</html>