akyuu/templates/nosignup.html

11 行
357 B
HTML

{{ template "header" }}
<TABLE BORDER="2" CELLPADDING="12" CELLSPACING="0" WIDTH="90%" BGCOLOR="#CCCCCC" ALIGN="CENTER">
<TR>
<TD ALIGN="CENTER">
<H2>Account creation closed</H2>
<P>The site operator has not decided to currently open up account creation on this site to the public.</P>
</TD>
</TR>
</TABLE>
{{ template "footer" }}