File tree 1 file changed +22
-9
lines changed
1 file changed +22
-9
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout: base
3
- title: " 404 - File Not Found"
3
+ title: ' 404 - File Not Found'
4
4
permalink: /404.html
5
5
---
6
- < div class ="row ">
7
- < div class ="small-12 columns ">
8
- < h1 > We could not Found that page</ h1 >
9
- < article >
10
- Please Check Your Link .
11
- </ article >
12
- </ div >
13
- </ div >
6
+
7
+ <!DOCTYPE html>
8
+ < html >
9
+ < head >
10
+ < meta charset ="UTF-8 " />
11
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
12
+ < meta http-equiv ="X-UA-Compatible " content ="ie=edge " />
13
+ < title > 404 - File Not Found</ title >
14
+ </ head >
15
+
16
+ < body >
17
+ < div class ="row ">
18
+ < div class ="small-12 columns ">
19
+ < h1 > We could not find that page</ h1 >
20
+ < article > Please Check Your Link</ article >
21
+ <!-- adding a link to go to home page -->
22
+ < a href ="index.html "> Home</ a >
23
+ </ div >
24
+ </ div >
25
+ </ body >
26
+ </ html >
You can’t perform that action at this time.
0 commit comments