Imagine / templates /404.html
imseldrith's picture
Create 404.html
7a67a45
raw
history blame contribute delete
188 Bytes
<!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>