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.
 
 
 
 

15 lines
288 B

  1. {{template "head.html" .}}
  2. <div class="page-wrap">
  3. <div class="container error">
  4. <h1>{{.Code}}: {{.Status}}</h1>
  5. <p>
  6. An error occured. You can try
  7. <a href="/">returning to your inbox</a>,
  8. or contact support.
  9. </p>
  10. </div>
  11. </div>
  12. {{template "foot.html"}}