summaryrefslogtreecommitdiff
path: root/template/default/error.html
blob: 5e72baba36f46eef19d29ee309f54d1861088e32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>

<head>
	<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
	<title><tmpl_var name="title"></title>
</head>

<body bgcolor="#f0f0f0">
	<div align="center">
		<img src="bilder/sauerei.gif" height="230" width="177" border="0">
		<br>
		<font color="red"><tmpl_var name="error"></font>
		<br>
	</div>
</body>

</html>