-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
39 lines (39 loc) · 1.24 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chester Christians</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="titlebar">
<div class="titlebar-comment">What has happened to the church in 2000 years?!</div>
</div>
<div class="body">
<div class="navbar">
<a href="/" class="navbarHeader">Chester Christians</a>
<a href="/contact-us" class="navbarItem">Contact Us</a>
<a href="/jesus-who" class="navbarItem">Jesus Who?</a>
<a href="/unity-please" class="navbarItem">Unity Please!</a>
<a href="/think" class="navbarItem">Think!</a>
<a href="/about-us" class="navbarItem">About Us</a>
<a href="/ministry" class="navbarItem">Ministry</a>
<a href="/the-body" class="navbarItem">The Body</a>
</div>
<div class="content">
<div class="content-body">
<h1>Error - Page not found!</h1>
<p>
<br>The page <a class="404-detectUrl">you navigated to</a> was not found on this server.
</p>
<p>
<br><b><-----</b> Perhaps one of these links will help you out.
</p>
</div>
</div>
</div>
<script src="/script.js"></script>
</body>
</html>