File size: 188 Bytes
7a67a45
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
    <title>404 Page Not Found</title>
</head>
<body>
    <h1>404 Page Not Found</h1>
    <img src="/static/error-image.jpg" alt="Error Image">
</body>
</html>