ulrich
2021-01-29 59dbdaf4808d3663303b9417e05861428f798ec0
commit | author | age
57c58d 1 <%@page contentType="text/html" pageEncoding="ISO-8859-1"%>
U 2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3    "http://www.w3.org/TR/html4/loose.dtd">
4
5 <html>
6 <head>
7   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8     <meta name="viewport" content="width=device-width">
9   <style>
10     body {
11       font-family:Arial,Helvetica,sans-serif;
12       font-size:10pt;
13     }
14   </style>
15   <title>Fehler</title>
16   <%
17     String url = request.getRequestURL().toString();
18     url = url.substring(0, url.lastIndexOf("/"));
19   %>
20 </head>
21 <body>
22 <p>Hoppla! Diese Seite wurde nicht gefunden.</p>
23
24 <p>Klicken Sie <a href="<%=url%>">hier</a> um zur Hauptseite zu gelangen.</p>
25 </body>
26 </html>