diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html.template | 16 |
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> |
