aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-08 20:20:31 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-08 20:20:31 +0530
commitc866ff3317bd86facf8dfa14edd2064fed10c09f (patch)
tree335902d61c27ca4c65fad5e567327e89b5799410 /templates/index.html
parentb33e3fe60f4ae7eff88ab1ca28f45f94d2d9d713 (diff)
worked on the main page
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..eec0057
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Hell Correspondence (new ver.)</title>
+ <link rel="stylesheet" type="text/css" href="css/style.css" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+</head>
+<body>
+ <div class="navbar">
+ </div>
+ <div class="root">
+ <div class="content">
+ <h1>Enter someone's name to send them to <strong>hell.</strong></h1>
+ <form>
+ <input type="text" name="name" id="name-input"/>
+ <input type="submit" value="send" id="submit-button"/>
+ </form>
+ <h3><em>Notice:</em> When you <strong>curse</strong> someone, there will be two holes that you dig...</h3>
+ <h3>One is for the cursed person and the other one is for <em>yourself.</em></h3>
+ </div>
+ </div>
+</body>
+</html>