aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/error.html
blob: 4e254b09ce8d5111819752cc828eb0723d833af8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?py include('templates/base_top.html') ?>
<br />
<br />
<hr size="1">
<br />
<br />
<div style="text-align:center;color:red;font-size:x-large;font-weight:bold;">
  #{error}
  <br />
  <br />
  <a href="#{boards_url}#{board}/">Volver</a>
</div>
<br />
<br />
<hr size="1">
</body>
</html>