A webmail client. Forked from https://git.sr.ht/~migadu/alps
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

27 satır
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"}}