33 lines
809 B
HTML
33 lines
809 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>HTTP Error 404 / Http Fehler 404</title>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<meta http-equiv="Expires" content="0" />
|
|
|
|
<style type="text/css">
|
|
.centerImage {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
/* width: 80%; */
|
|
}
|
|
</style>
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico" />
|
|
|
|
</head>
|
|
<body>
|
|
<!--
|
|
<p style="text-align:center;">
|
|
<img src="./testbild.png">
|
|
</p>
|
|
-->
|
|
<img src="/testbild.png" class="centerImage">
|
|
</body>
|
|
</html>
|
|
|