aboutsummaryrefslogtreecommitdiff
path: root/templates/jp.index.html
blob: 6e44f39f471741d2363c526ac505751b7bd25bb6 (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="css/style.css">
	<meta name="viewport" content="width=device-width, initial-scale=1" />
  <script src="/scripts/CheckTime.js"></script>
</head>
<body>
	<div>
		<form method="post" action="submit">
			<label for="name-input"><h1>あなたの怨み、晴らします。</h1></label>
			<input type="text" id="name-input" name="name" />
			<input type="submit" id="submit-button" name="submit" value="送信" />
		</form>
	</div>
</body>
</html>