blob: 34a476248bb11b39f706f941b4a2a9772a75f819 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title><TMPL_IF NAME=NAME> <TMPL_VAR NAME=NAME> </TMPL_IF></title>
<link href="/css/style.css" media="all" rel="stylesheet" type="text/css" />
</head>
<body>
<TMPL_IF NAME=NAME>
<p>This is the <span class=error><TMPL_VAR NAME=NAME></span> page.
You are not suppose to see this. If you think it is a bug, please
report it to <a href="mailto:admin@fripost.org">admin@fripost.org</a>.
</p>
</TMPL_IF>
<TMPL_IF NAME=MESSAGE><p class=error><b><TMPL_VAR NAME=MESSAGE></b></p></TMPL_IF>
<hr/>
<TMPL_IF NAME=URL><p><a href="<TMPL_VAR NAME=URL>">Back</a></p></TMPL_IF>
</body>
</html>
|