akyuu/templates/error_login.html

12 行
416 B
HTML
Raw パーマリンク 通常表示 履歴

2016-02-12 22:18:59 +09:00
{{ 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>
2016-02-12 22:18:59 +09:00
{{ template "footer" }}