akyuu/templates/error_login.html

12 行
416 B
HTML

{{ template "header" }}
<TABLE BORDER="2" CELLPADDING="12" CELLSPACING="0" WIDTH="90%" BGCOLOR="#CCCCCC" ALIGN="CENTER">
<TR>
<TD ALIGN="CENTER">
<H2>Error</H2>
<P>Something went wrong: Bad login. (Have you forgotten your password? If you added a mail address to your login data, you might be able to <A HREF="/passwordreset">reset</A> it.)</P>
</TD>
</TR>
</TABLE>
{{ template "footer" }}