blob: 0d830737cad99bfb7ee18fc88bb66de7a5b00609 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<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> (Warning: loud)</p>
</article>
{{range .}}
<article>
<a href="/blog/{{.}}"><h2>{{name .}}</h2></a>
</article>
{{end}}
|