Faizan15 commited on
Commit
0b4e76a
1 Parent(s): 8b99bd2

Create 404.html

Browse files
Files changed (1) hide show
  1. 404.html +12 -0
404.html ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>404 Not Found</title>
7
+ </head>
8
+ <body>
9
+ <h1>404 Not Found</h1>
10
+ <p>Sorry, the page you are looking for doeslkcbkgbngflbhgrh not exist.</p>
11
+ </body>
12
+ </html>