aboutsummaryrefslogtreecommitdiff
path: root/templates/jp.index.html
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-08 19:11:50 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-08 19:11:50 +0530
commitb33e3fe60f4ae7eff88ab1ca28f45f94d2d9d713 (patch)
tree6601b8207d3b1618eca119419a7a3d8a6864d0ed /templates/jp.index.html
initial commit
Diffstat (limited to 'templates/jp.index.html')
-rw-r--r--templates/jp.index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/jp.index.html b/templates/jp.index.html
new file mode 100644
index 0000000..08ac0b1
--- /dev/null
+++ b/templates/jp.index.html
@@ -0,0 +1,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>あなたの怨み、晴らします。</h1></label>
+ <input type="text" id="name-input" name="name" />
+ <input type="submit" id="submit-button" name="submit" value="送信" />
+ </form>
+ </div>
+</body>
+</html>