aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
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>