39 lines
2.1 KiB
HTML
39 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Error</title>
|
|
<link href="styles.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<svg xmlns="http://www.w3.org/2000/svg" height="150px" viewBox="0 0 16 16" width="150px"><path d="m 8 0 c -4.421875 0 -8 3.578125 -8 8 s 3.578125 8 8 8 s 8 -3.578125 8 -8 s -3.578125 -8 -8 -8 z m -3 4 c 0.265625 0 0.519531 0.105469 0.707031 0.292969 l 2.292969 2.292969 l 2.292969 -2.292969 c 0.1875 -0.1875 0.441406 -0.292969 0.707031 -0.292969 s 0.519531 0.105469 0.707031 0.292969 c 0.390625 0.390625 0.390625 1.023437 0 1.414062 l -2.292969 2.292969 l 2.292969 2.292969 c 0.390625 0.390625 0.390625 1.023437 0 1.414062 s -1.023437 0.390625 -1.414062 0 l -2.292969 -2.292969 l -2.292969 2.292969 c -0.390625 0.390625 -1.023437 0.390625 -1.414062 0 s -0.390625 -1.023437 0 -1.414062 l 2.292969 -2.292969 l -2.292969 -2.292969 c -0.390625 -0.390625 -0.390625 -1.023437 0 -1.414062 c 0.1875 -0.1875 0.441406 -0.292969 0.707031 -0.292969 z m 0 0" fill="#9c9c9c"/></svg>
|
|
<br />
|
|
|
|
<h1>Error <!--# echo var="status" --></h1>
|
|
<p>
|
|
<!--# if expr="$status = 404" -->
|
|
The page you were looking for may have been deleted or
|
|
moved.
|
|
<!--# elif expr="$status = 418" -->
|
|
I'm a teapot!
|
|
<!--# elif expr="$status = /4\d\d/" -->
|
|
Your browser sent a request that the server was unable
|
|
to process.
|
|
<!--# elif expr="$status = /5\d\d/" -->
|
|
The server encountered an error and could not complete
|
|
your request. Please try again later.
|
|
<!--# else -->
|
|
Something went wrong while trying to display this page.
|
|
Please try again later.
|
|
<!--# endif -->
|
|
</p>
|
|
<br />
|
|
<!--# if expr="$status = /4\d\d/" -->
|
|
<a href="https://octobanon.com", class="button">Back to home</a>
|
|
<!--# endif -->
|
|
</div>
|
|
</body>
|
|
</html>
|