Adding 404 pages

This commit is contained in:
Ric Harvey
2016-08-09 12:20:13 +01:00
parent 73ed81e795
commit 453f13a8c3
6 changed files with 6098 additions and 16 deletions

39
errors/404.html Normal file
View File

@@ -0,0 +1,39 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<link href="ngd-style.css" rel="stylesheet" type="text/css">
<title>Error - 404</title>
</head>
<body class="status-page" id="app">
<div class="interface">
<div class="navbar-container">
<div class="navbar">
<div class="brand">
<figure>
</figure>
</div>
</div>
</div>
<div class="status-page-panel">
<img src="ngd-sad.svg">
<h1>Error: 404</h1>
<p>Looks like we can't find that page</p>
</div>
</div>
<div class="site-footer">
<section class="extra-pad">
<figure class="brand">
<a href="http://ngineered.co.uk/" title="visit ngineered">
<img src="http://ngineered.co.uk/themes/default/img/brand-light.svg">
</a>
</figure>
<nav class="social-links">
<a href="https://github.com/ngineered" title="View our github profile"><i class="ion-social-github"></i>Github</a>
<a href="https://twitter.com/ngineered" title="View our twitter profile"><i class="ion-social-twitter"></i>Twitter</a>
</nav>
</section>
</div>
</body>
</html>