Personal blog written from scratch using Node.js, Bootstrap, and MySQL. https://jrtechs.net
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.
 
 

19 lines
722 B

<div class="w3-col 18 s12">
<div class="w3-card-4 w3-margin w3-white">
<div class="w3-container w3-dark-grey">
<h2>Login</h2>
</div>
<form action="/admin/" method ="post" class="w3-container">
<p>
<label class="w3-text-black"><b>User Name</b></label>
<input class="w3-input w3-border w3-light-grey" type="text" name="username"></p>
<p>
<label class="w3-text-black"><b>Password</b></label>
<input class="w3-input w3-border w3-light-grey" type="password" name="password"></p>
<p>
<button class="w3-btn w3-dark-grey">Login</button></p>
</form>
</div>
</div>
</div>