Skip to content

Commit 5b3fe24

Browse files
committed
Removed extra body tag
1 parent af0dd95 commit 5b3fe24

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

404.html

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,22 @@
44
last_modified_at: 2025-11-11 12:57:00
55
---
66

7-
<body>
8-
<link rel="stylesheet" href="/css/font-awesome/css/font-awesome.min.css">
9-
<div class="container">
10-
<div class="row">
11-
<div class="col-md-12">
12-
<div class="error-template">
13-
<h1>Oops! Page not found</h1>
14-
<div class="error-details">
15-
<p>This isn't the page you are looking for. You may have mistyped the address or the page may have moved.</p>
16-
</div>
17-
<div class="error-actions" align="center">
18-
<p><img src="https://octodex.github.com/images/scubatocat.png" alt="Octocat" width="300" height="300"></p>
19-
<a href="/" class="btn btn-primary btn-lg"><span class="fa fa-home"></span>
20-
Take Me Home </a>
21-
</div>
7+
<link rel="stylesheet" href="/css/font-awesome/css/font-awesome.min.css">
8+
<div class="container">
9+
<div class="row">
10+
<div class="col-md-12">
11+
<div class="error-template">
12+
<h1>Oops! Page not found</h1>
13+
<div class="error-details">
14+
<p>This isn't the page you are looking for. You may have mistyped the address or the page may have moved.</p>
15+
</div>
16+
<div class="error-actions" align="center">
17+
<p><img src="https://octodex.github.com/images/scubatocat.png" alt="Octocat" width="300" height="300"></p>
18+
<a href="/" class="btn btn-primary btn-lg"><span class="fa fa-home"></span>
19+
Take Me Home </a>
2220
</div>
2321
</div>
2422
</div>
2523
</div>
26-
</body>
27-
28-
</html>
24+
</div>
2925

0 commit comments

Comments
 (0)