blob: a948e842649500736b8d6e639f40aa5a46090f27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!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" />
</head>
<body>
<div>
<form method="post" action="submit">
<label for="name-input"><h1>What is your grudge?</h1></label>
<input type="text" id="name-input" name="name" />
<input type="submit" id="submit-button" name="submit" value="send" />
</form>
</div>
</body>
</html>
|