diff options
Diffstat (limited to 'templates/new.index.html')
-rw-r--r-- | templates/new.index.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/templates/new.index.html b/templates/new.index.html index ba6c679..69628d0 100644 --- a/templates/new.index.html +++ b/templates/new.index.html @@ -14,7 +14,7 @@ } </script> <meta name="viewport" content="width=device-width, initial-scale=1"/> - <title>Hell Correspondence</title> + <title>(beta)Hell Correspondence</title> </head> <body> <div class="navbar" id="topnavbar"> @@ -27,7 +27,14 @@ <div class="body" id="body"> - <h1>Enter someone's name to send them to <strong>hell</strong>.</h1> + <div class="rightflex"> + <br> + <h1>Enter someone's name to send them to <strong>hell</strong>.</h1></span> + <form id="form"> + <input type="text" id="name" name="name"> + </form> + </div> + <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> </div> <div id="foot"> |