Spaces:
Running
Running
imseldrith
commited on
Commit
·
7a67a45
1
Parent(s):
61aa9e5
Create 404.html
Browse files- templates/404.html +10 -0
templates/404.html
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<title>404 Page Not Found</title>
|
5 |
+
</head>
|
6 |
+
<body>
|
7 |
+
<h1>404 Page Not Found</h1>
|
8 |
+
<img src="/static/error-image.jpg" alt="Error Image">
|
9 |
+
</body>
|
10 |
+
</html>
|