wes-website/404.html

14 lines
358 B
HTML
Raw Normal View History

<!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">
<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>
</body>
</html>