12 lines
270 B
HTML
Executable File
12 lines
270 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>404</title>
|
|
<link rel="stylesheet" href="/assets/styles/error.css" />
|
|
</head>
|
|
<body>
|
|
<h1>404 Not Found</h1>
|
|
<p>The server could not find the page you are looking for, or it does not exist.</p>
|
|
</body>
|
|
</html>
|