summaryrefslogtreecommitdiff
path: root/public/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/login.html')
-rw-r--r--public/login.html29
1 files changed, 17 insertions, 12 deletions
diff --git a/public/login.html b/public/login.html
index 8fb479a..5026dfe 100644
--- a/public/login.html
+++ b/public/login.html
@@ -1,12 +1,17 @@
- <!DOCTYPE html>
- <html lang='en'>
- <head>
- <link rel='stylesheet' type='text/css' href='/style.css'>
- </head>
- <body>
- <form action='/login' method='post'>
- <input type='password' name='secret' />
- <input type='submit' name='button' value='Login' />
- </form>
- </body>
- </html>
+<!DOCTYPE html>
+<html lang='en'>
+
+<head>
+ <link rel='stylesheet' type='text/css' href='/style.css'>
+</head>
+
+<body>
+ <h1>
+ <form action='/login' method='post'>
+ <input type='password' name='secret' />
+ <input type='submit' name='button' value='Login' />
+ </form>
+ </h1>
+</body>
+
+</html> \ No newline at end of file