blob: eec0057476f56e48e4c99135e1355a391883cd40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!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" />
</head>
<body>
<div class="navbar">
</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...</h3>
<h3>One is for the cursed person and the other one is for <em>yourself.</em></h3>
</div>
</div>
</body>
</html>
|