diff options
Diffstat (limited to 'templates/index.html.template')
| -rw-r--r-- | templates/index.html.template | 34 |
1 files changed, 15 insertions, 19 deletions
diff --git a/templates/index.html.template b/templates/index.html.template index 49316cc..0d83073 100644 --- a/templates/index.html.template +++ b/templates/index.html.template @@ -1,21 +1,17 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <title>rose.moe</title> - <link rel="icon" href="/static/icon.png"> - <link rel="stylesheet" href="/static/styles.css"> - </head> - <body> - <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> +<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> +<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> + <p><a href="/pong">Games?</a> (Warning: loud)</p> +</article> + +{{range .}} +<article> + <a href="/blog/{{.}}"><h2>{{name .}}</h2></a> +</article> +{{end}} |
