Tidy up 404 and fix php logging to stdout
This commit is contained in:
@@ -2,38 +2,15 @@
|
||||
<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">
|
||||
<style type="text/css">a {text-decoration: none}</style>
|
||||
<style type="text/css">body {text-align: center}</style>
|
||||
<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>
|
||||
<img src="./sad.svg"/>
|
||||
<br/>
|
||||
<h2>Page not Found</h2>
|
||||
<a href="https://gitlab.com/ric_harvey" title="View my gitlab profile" style><img src="./gitlab.svg" height="15px"/> Gitlab</a>
|
||||
<a href="https://twitter.com/ric__harvey" title="View my twitter profile"><img src="./twitter.svg" height="15px"/> Twitter</a>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user