You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<div class="w3-container w3-dark-grey">
|
|
<h2>Login</h2>
|
|
</div>
|
|
|
|
<form class="w3-container">
|
|
<p>
|
|
<label class="w3-text-white"><b>User Name</b></label>
|
|
<input class="w3-input w3-border w3-light-grey" type="text"></p>
|
|
<p>
|
|
<label class="w3-text-white"><b>Password</b></label>
|
|
<input class="w3-input w3-border w3-light-grey" type="password"></p>
|
|
<p>
|
|
<button class="w3-btn w3-dark-grey">Login</button></p>
|
|
</form>
|