summaryrefslogtreecommitdiffstats
path: root/templates/index.html.template
blob: 9591293eff4e17e8fbd5eb24af5d6468fe15d221 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{define "title"}}roseh.moe{{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:-100px auto 20px">
	</div>

	<p><a href="/pong">Games?</a> (Warning: loud)</p>
</section>