15 lines
119 B
HTML
15 lines
119 B
HTML
<html>
|
|
|
|
<head>
|
|
|
|
<title> 404 - Page Not Found </title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
Woops couldn't find that page
|
|
|
|
</body>
|
|
|
|
</html> |