summaryrefslogtreecommitdiff
path: root/public/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/login.html')
-rw-r--r--public/login.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/public/login.html b/public/login.html
new file mode 100644
index 0000000..9ce88ac
--- /dev/null
+++ b/public/login.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <link rel="stylesheet" href="css/main.css">
+ <link rel="stylesheet" href="css/login.css">
+ <title>XSSBook - Login</title>
+</head>
+<body>
+ <div class="login">
+ <div class="show">
+ <span class="logo">xssbook</span>
+ <p class="text">Connect with javascript and the world around you on XSSBook.</p>
+ </div>
+ <div class="prompt">
+ <input type="text" name="email" id="email" placeholder="Email" autofocus="1">
+ <input type="password" name="pass" id="pass" placeholder="Password">
+ <button class="primary login-button" value="1" name="login" type="submit" id="login">Log In</button>
+ <a class="btext ctext">Forgot Password?</a>
+ <div class="line"></div>
+ <a class="success newacc">Create new account</a>
+ </div>
+ </div>
+ <footer>
+ Metashit © 2023 | This website does not care about you
+ </footer>
+</body>
+</html> \ No newline at end of file