This repository was archived by the owner on Aug 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherr404.html
More file actions
63 lines (52 loc) · 1.94 KB
/
err404.html
File metadata and controls
63 lines (52 loc) · 1.94 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Demo Site - 404</title>
<meta name="description" content="404 page" />
<meta name="viewport" content="width=device-width,maximum-scale=1.0" />
<meta property="author" content="craig" />
<link href="/styles.css" rel="stylesheet" type="text/css" />
<link href="/exstyles.css" rel="stylesheet" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="News & Articles Feed" href="/rss.xml" />
<!--
____ ____ ___ __ ___ _ _ ____
O ( __)( _ \ / __) / \ ___ / __)( \/ )/ ___)
) _) ) /( (_ \( O )(___)( (__ / \/ \\___ \
O O (____)(__\_) \___/ \__/ \___)\_)(_/(____/
-->
</head>
<body>
<!-- The 'extracss' has been added here -->
<div id="banner" class="s " style="background-image:url(/images/page.jpg)">
<div id="nav">
<!-- change your menu at _partials/menu.tex -->
<ul>
<li><a href="/">home</a></li>
<li><a href="/articles.html">articles</a></li>
<li><a href="/themes.html">themes</a></li>
<li><a href="/plugins.html">plugins</a></li>
<li><a href="/blog.html">blog</a></li>
<li><a href="/about.html">about</a></li>
</ul>
</div>
<h1 id="title"><a href="#content"><b>∴</b> Demo Site - 404</a></h1>
</div>
<div class="s ">
<div class="c">
<div id="content">
<h1><a href="/err404.html">Demo Site - 404</a></h1>
<h1 id="404-not-found">404 Not Found</h1>
<p>We apologize, however the page you are looking for appears to be missing. </p>
<p>If you feel this is incorrect, please <a href="/about.html">contact us</a>.</p>
<p>We thank you for your patience.</p>
<ul class="stats">
</ul>
</div>
</div>
</div>
<div id="footer" class="s">
<div class="c">The official <a href="https://ergo-cms.github.io/">∴ ergo-cms</a> site</a> | Copyright © ergo-cms ∴, 2017. <a id="rss" href="/rss.xml"><i class="flaticon-rss"></i></a></div>
</div>
</body>
</html>