blob: 520be85c92419eebbb39a089c1f6da453062aecd (
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="static/css/main.css">
</head>
<body>
<!--<br><br><br><br><br><br><br><br><br><br><br> -->
<div id="jp-body">
<h1>あなたの怨み、晴らします。</h1>
<form>
<input type="text" id="name" name="name">
</form>
<button type="button" id="send">送信</button>
</div>
</body>
</html>
|