diff options
Diffstat (limited to 'template/French/error.html')
-rw-r--r-- | template/French/error.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/template/French/error.html b/template/French/error.html new file mode 100644 index 0000000..081e956 --- /dev/null +++ b/template/French/error.html @@ -0,0 +1,18 @@ +<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>
+ <p></p>
+ </body>
+
+</html>
|