17 lines
337 B
HTML
17 lines
337 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Error</title>
|
|
<style>
|
|
html { color-scheme: light dark; }
|
|
body { width: 35em; margin: 0 auto;
|
|
font-family: Tahoma, Verdana, Arial, sans-serif; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Page not found.</h1>
|
|
<p>Sorry, We couldn't find the page you were looking for.<br/>
|
|
Please try again later.</p>
|
|
</body>
|
|
</html>
|