File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html style ="background-color: black; ">
3
+ < head >
4
+ < title > W3.CSS Template</ title >
5
+ < meta charset ="UTF-8 ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
+ < link rel ="stylesheet " href ="https://www.w3schools.com/w3css/4/w3.css ">
8
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css ">
9
+ < link href ="/fonts/gotham.otf " rel ="stylesheet " type ="otf ">
10
+ < link rel ="stylesheet " href ="style.css ">
11
+ < script src ="/js/navbar.js "> </ script >
12
+ </ head >
13
+ < body >
14
+
15
+ <!-- The App Section -->
16
+ < div class ="w3-padding-64 w3-black w3-animate-under ">
17
+ < div class ="w3-center ">
18
+ < h1 class ="w3-xlarge w3-padding-64 "> Error 404: page not found</ h1 >
19
+ < img src ="img/404.PNG " style ="width:80%; max-width: 700px; ">
20
+ </ div >
21
+ </ div >
22
+
23
+
24
+
25
+
26
+ </ body >
27
+ </ html >
You can’t perform that action at this time.
0 commit comments