Skip to content

Commit 63fb61e

Browse files
author
ThanoshanMV
committed
Updated the file and fixed grammar errors
1 parent f049aa9 commit 63fb61e

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

404.html

+22-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
---
22
layout: base
3-
title: "404 - File Not Found"
3+
title: '404 - File Not Found'
44
permalink: /404.html
55
---
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>

0 commit comments

Comments
 (0)