blob: 3dcf4a72177054074db7760bf5ac1edc5de13129 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{{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="/pong">Games?</a> (Warning: loud)</p>
</section>
|