aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorMarco Alexander Fischer2018-09-08 17:03:10 +0200
committerMarco Alexander Fischer2018-09-08 17:03:10 +0200
commit2cf0d50d358bd2de0466d907363282fdea069694 (patch)
tree1a71fd8c45e1611b238be24633ed4168c52cd4d7 /index.html
parentf6014d4488918abca105b11fa8eda685d68d4bc7 (diff)
Added login form :sparkles:
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/index.html b/index.html
index c821391..44d09ae 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./assets/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Mukta" rel="stylesheet">
+ <link rel="stylesheet" href="./assets/fonts/Linearicons-Free-v1.0.0/icon-font.min.css">
<title>Texx Web</title>
</head>
<body>
@@ -16,7 +17,15 @@
</div>
</div>
<div class="loginform-box">
- <p class="graytext">Please sign in to your account in order to use Texx-Web.</p>
+ <p class="graytext">Login</p>
+ <div class="input.validate-input" data-validate="Enter username">
+ <span class="lnr lnr-user"></span>
+ <input type="text" name="username" class="input" placeholder="Username"><br/>
+ </div>
+ <span class="lnr lnr-lock"></span>
+ <input type="password" name="password" class="input" placeholder="Password"><br/>
+ <br>
+ <button>Login</button>
</div>
</body>
-</html> \ No newline at end of file
+</html>