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.

18 lines
722 B

  1. <div class="w3-col 18 s12">
  2. <div class="w3-card-4 w3-margin w3-white">
  3. <div class="w3-container w3-dark-grey">
  4. <h2>Login</h2>
  5. </div>
  6. <form action="/admin/" method ="post" class="w3-container">
  7. <p>
  8. <label class="w3-text-black"><b>User Name</b></label>
  9. <input class="w3-input w3-border w3-light-grey" type="text" name="username"></p>
  10. <p>
  11. <label class="w3-text-black"><b>Password</b></label>
  12. <input class="w3-input w3-border w3-light-grey" type="password" name="password"></p>
  13. <p>
  14. <button class="w3-btn w3-dark-grey">Login</button></p>
  15. </form>
  16. </div>
  17. </div>
  18. </div>