summaryrefslogtreecommitdiff
path: root/template/Deutsch/error.html
blob: e08017db82fc99f30af235c4e3f9e4d9564c1b4d (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>Error!</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>