hserver-fahrradboerse/hServer/packages/hcore/templates/404.html

16 lines
309 B
HTML

<html>
<head>
<title>404 Not Found</title>
<style>
body,p,div {
font-family: "DejaVu Sans","Helvetica", "Arial", "Sans";
}
</style>
</head>
<body>
<h1>Die angeforderte Resource konnte nicht gefunden werden</h1>
<h1>The requested resource was not found</h1>
<div><%=self.message%></div>
</body>
</html>