summaryrefslogtreecommitdiffstats
path: root/templates/index.html.template
blob: 49316ccafa4a623a508180453faecc6e8e1a925d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>rose.moe</title>
		<link rel="icon" href="/static/icon.png">
		<link rel="stylesheet" href="/static/styles.css">
	</head>
	<body>
		<div style="background-image:url(/static/index/stars.gif);background-repeat:repeat;height:500px;display:flex;justify-content:center;align-items:center">
			<h1>roseh.moe</h1>
		</div>

		<article>
			<center>
				<img src="/static/index/kanna.png" alt="A dragon loli" style="border-radius:50%;margin:-100px auto 20px">
			</center>

			<p><a href="/pong">Games?</a></p>
		</article>
	</body>
</html>