2021-11-06 02:19:17 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2021-11-06 02:20:59 +01:00
|
|
|
<link rel="stylesheet" src="404.css">
|
2021-11-06 02:19:17 +01:00
|
|
|
<title>Page Not Found!</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2021-11-06 02:20:59 +01:00
|
|
|
<h1>Not Found!</h1>
|
2021-11-06 02:25:33 +01:00
|
|
|
<p>Please go back.</p>
|
2021-11-06 02:19:17 +01:00
|
|
|
</body>
|
|
|
|
</html>
|