aboutsummaryrefslogtreecommitdiff
path: root/templates/en.index.html
blob: 80058822ac45910f7e8ce0ff068244d8ff16c568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
	<head>
		<title>Hell Correspondence</title>
		<link rel="stylesheet" type="text/css" href="static/css/main.css">
	</head>
	<body>
		<div id="orig-body">
			<h1>What is your grudge?</h1>

			<form>
				<input type="text" id="name" name="name">
			</form>

			<button type="button" id="send">Send</button>
		</div>
	</body>
</html>