summaryrefslogtreecommitdiffstats
path: root/templates/index.html.template
blob: fcb74b6eef277cf7585c9c99a5e5f91c5a11b836 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{define "head"}}<title>roseh.moe</title>{{end}}

{{define "body" -}}
		<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="/games/">Games?</a></p>
			<p><a href="/wormhole">Magic wormhole</a></p>
		</section>
{{- end}}