blob: d3f34c49b9de38883b97f1fb0c43ef15d275a5a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<html>
<head>
<title>Hell Correspondence</title>
<link rel="stylesheet" type="text/css" href="static/css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />
</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>
|