mirror of https://github.com/Hypfer/Valetudo.git
28 lines
761 B
HTML
28 lines
761 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Error 404 - Not Found</title>
|
|
<style>
|
|
body {font-family: Tahoma, Arial, sans-serif;color: black;background-color: white;}
|
|
h1,h3 {color: white;background-color: #525D76;}
|
|
strong {color: white;background-color: #525D76;}
|
|
p {font-size: 12px;}
|
|
hr {height:2px;border-width:0;color:#525D76;background-color:gray;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>HTTP Status 404</h1>
|
|
<hr/>
|
|
<p>
|
|
<strong>type</strong>
|
|
Status report
|
|
</p>
|
|
<p>
|
|
<strong>description</strong>
|
|
<u>The requested resource is not available.</u>
|
|
</p>
|
|
<hr/>
|
|
<h3>Valetudo</h3>
|
|
</body>
|
|
</html>
|