11 lines
195 B
HTML
11 lines
195 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Oops, you're lost!</title>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<h1>404: Page not found!</h1>
|
|
</center>
|
|
</body>
|
|
</html> |