Subversion Repositories WebE

Rev

Rev 18 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
18 moos 1
<?xml version="1.0" encoding="ISO-8859-1" ?>
31 PointedEar 2
<%@page isErrorPage="true"%>
3
<%@page language="java" contentType="text/html; charset=ISO-8859-1"
4
  pageEncoding="utf-8"
5
%>
18 moos 6
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7
<html xmlns="http://www.w3.org/1999/xhtml">
8
<head>
9
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
10
<title>Error page</title>
11
</head>
12
<body>
31 PointedEar 13
  Die Seite hat einen Fehler verursacht. Bitte versuchen Sie es
14
  nochmals.
18 moos 15
</body>
16
</html>