2025-08-19 22:01:20 +05:30
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>404 Not Found</title>
|
|
|
|
|
<style>
|
2025-08-20 15:06:56 +03:00
|
|
|
body {{
|
|
|
|
|
font-sans m-[40px] text-center
|
|
|
|
|
}}
|
|
|
|
|
.container {{
|
|
|
|
|
bg-white p-12 px-10 rounded-[8px] max-w-[500px]
|
|
|
|
|
}}
|
|
|
|
|
h1 {{ mb-[20px] }}
|
|
|
|
|
p {{ text-[#555555] mb-[30px] }}
|
|
|
|
|
a {{ text-[#0066cc] }}
|
2025-08-19 22:01:20 +05:30
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="container">
|
|
|
|
|
<h1>404 Page Not Found</h1>
|
|
|
|
|
<p>The requested path was not found on this GURT server.</p>
|
|
|
|
|
<p><a href="/">Back to home</a></p>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|