blob: 750f5596a0f75969d0b6ac6b126d862b5c5a06ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{{define "head"}}<title>roseh.moe</title>{{end}}
<div style="background-image:url(/static/index/stars.webp);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.webp" alt="A dragon loli" style="border-radius:50%;margin:-145px auto 20px">
</div>
<p><a href="/wormhole">Magic wormhole</a></p>
<p><a href="/pong">Games?</a> (Warning: loud)</p>
</section>
|