1<!DOCTYPE html>
2<html>
3<head>
4    <title>404 Not Found</title>
5</head>
6<body>
7    <h1>404 Not Found</h1>
8    <p>The requested resource was not found.</p>
9</body>
10</html>
11