aboutsummaryrefslogtreecommitdiff
path: root/templates/jp.index.html
blob: 4ea5d2b03badb000cd05d45c96730455e7cd9897 (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>
		<!--<br><br><br><br><br><br><br><br><br><br><br> -->
		<div id="orig-body">
			<h1>あなたの怨み、晴らします。</h1>

			<form>
				<input type="text" id="name" name="name">
			</form>
			<button type="button" id="send">送信</button>
		</div>
	</body>
</html>