aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 0a93a47c390bd44bce52d79bf3b0409ac20385d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
	<title>Hell Correspondence (new ver.)</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 class="navbar">
    <p>HELL-LINK</p>
    <nav>
      <a href="/old/en">Classic-EN</a>
      <a href="/old/jp">Classic-JP</a>
    </nav>
	</div>
	<div class="root">
		<div class="content">
			<h1>Enter someone's name to send them to <strong>hell.</strong></h1>
			<form>
				<input type="text" name="name" id="name-input"/>
				<input type="submit" value="send" id="submit-button"/>
			</form>
			<h3><em>Notice:</em> When you <strong>curse</strong> someone, there will be two holes that you dig...
			<br/>One is for the cursed person and the other one is for <em>yourself.</em></h3>
		</div>
	</div>
</body>
</html>