aboutsummaryrefslogtreecommitdiff
path: root/templates/en.index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/en.index.html')
-rw-r--r--templates/en.index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/en.index.html b/templates/en.index.html
new file mode 100644
index 0000000..a948e84
--- /dev/null
+++ b/templates/en.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>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>