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.
 
 
 
 

16 rivejä
363 B

  1. {{template "head.html"}}
  2. <h1>koushin</h1>
  3. <form method="post" action="">
  4. <label for="username">Username:</label>
  5. <input type="text" name="username" id="username"/>
  6. <br><br>
  7. <label for="password">Password:</label>
  8. <input type="password" name="password" id="password"/>
  9. <br><br>
  10. <input type="submit" value="Login">
  11. </form>
  12. {{template "foot.html"}}