A webmail client. Forked from https://git.sr.ht/~migadu/alps
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.
 
 
 
 

27 lines
513 B

  1. {{template "head.html"}}
  2. <h1>alps webmail</h1>
  3. <form method="post" action="/login">
  4. <p>
  5. <label>
  6. <strong>Username</strong>
  7. <br/>
  8. <input type="text" name="username" id="username" autofocus />
  9. </label>
  10. </p>
  11. <br/>
  12. <p>
  13. <label>
  14. <strong>Password</strong>
  15. <br/>
  16. <input type="password" name="password" id="password" />
  17. </label>
  18. </p>
  19. <br/>
  20. <p>
  21. <button>Sign in</button>
  22. </p>
  23. </form>
  24. {{template "foot.html"}}