diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-20 19:08:21 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-20 19:08:21 +0530 |
commit | b1ba0f3cc3167234c246567a6443c4e1febf3d4c (patch) | |
tree | 351904b83d8d134ada5b4af8507efa5cea1220e9 /templates | |
parent | b6dbc369c920491a720b384091190afcfb93e312 (diff) |
made the homepage sexier, still no JS
Diffstat (limited to 'templates')
-rw-r--r-- | templates/new.index.html | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/templates/new.index.html b/templates/new.index.html index 69628d0..d01a1ef 100644 --- a/templates/new.index.html +++ b/templates/new.index.html @@ -30,9 +30,20 @@ <div class="rightflex"> <br> <h1>Enter someone's name to send them to <strong>hell</strong>.</h1></span> - <form id="form"> + <div class="form"> <input type="text" id="name" name="name"> - </form> + <button type="button" id="send">Send</button> + </div> + <div class="subtext"> + <h3 id="subtext1"> + <strong class="big">Notice:</strong> + When you <strong>curse</strong> someone, there will be two holes that you dig... + </h3> + <br> + <h3 id="subtext2"> + One is for the cursed person and the other one is for <strong class="big">yourself. + </h3> + </div> </div> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> |