11 lines
196 B
HTML
11 lines
196 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Ooops - Not found</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>Ooops - Not found</h1>
|
||
|
<h2>Sorry, the requested page was not found!</h2>
|
||
|
</body>
|
||
|
</html>
|