[code] added code for login pane, created divs to be used for seperating content on login page, also created form elements as well to be used.
This commit is contained in:
@@ -5,5 +5,20 @@
|
||||
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<div class="loginPane">
|
||||
<div class="loginHeader">
|
||||
<h1>Login</h1>
|
||||
<h4>Please enter your login credentials below</h4>
|
||||
</div>
|
||||
<div class="loginForm">
|
||||
<form>
|
||||
<label for="username">Username</label><br>
|
||||
<input type="text" id="username" name="username" placeholder="Enter your username"><br>
|
||||
<label for="password">Password</label><br>
|
||||
<input type="text" id="Password" name="password" placeholder="Enter your password"><br><br>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user