blob: 4737e3d85b2559e6337ed0f73925210c0d9cf7c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{{define "title"}}roseh.moe{{end}}
<div style="background-image:url(/static/index/stars.gif);background-repeat:repeat;height:500px;display:flex">
<h1 style="margin:auto">roseh.moe</h1>
</div>
<section>
<div style="display:flex">
<img src="/static/index/kanna.png" alt="A dragon loli" style="border-radius:50%;margin:-100px auto 20px">
</div>
<p><a href="/pong">Games?</a> (Warning: loud)</p>
</section>
{{range .}}
<section>
<a href="/blog/{{.Slug}}"><h2>{{.Name}}</h2></a>
</section>
{{end}}
|