aboutsummaryrefslogtreecommitdiff
path: root/login-page/src/index.html
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-02 18:02:33 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-02 18:02:33 +0200
commitf707d0658013504f71545c2a95d415824f96ac35 (patch)
tree06812cde4a44afab53397ae9bc57f36cd4cf7855 /login-page/src/index.html
parent5b22c550dbcb203d685b02f4f4a4b6e63556ba60 (diff)
downloadcss-snippets-f707d0658013504f71545c2a95d415824f96ac35.tar
css-snippets-f707d0658013504f71545c2a95d415824f96ac35.tar.gz
css-snippets-f707d0658013504f71545c2a95d415824f96ac35.zip
Renamed login-page to cool inputs, cleaned out design, improved compatibility
Diffstat (limited to 'login-page/src/index.html')
-rw-r--r--login-page/src/index.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/login-page/src/index.html b/login-page/src/index.html
deleted file mode 100644
index 51e896a..0000000
--- a/login-page/src/index.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <link rel="stylesheet" href="styles.css">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>DevHive - Login</title>
- </head>
- <body>
- <div id="content">
- <div id="title">
- Login
- </div>
- <hr>
- <form>
- <div class="input-selection">
- <input type="text" placeholder="Username" required>
- <label>Username</label>
- </div>
- <div class="input-selection">
- <input type="password" placeholder="Password" required>
- <label>Password</label>
- </div>
- <hr>
- <button type="submit" value="Submit" id="submit-btn">Submit</button>
- </form>
- </div>
- </body>
-</html>