Switched to templated error pages

This commit is contained in:
Chiedo
2017-03-07 09:14:24 -05:00
parent 3b78e65b2b
commit fa286caca2
5 changed files with 48 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
<html>
<body style="padding:0; margin: 0;">
<div style="width:100%; height: 100%; text-align:center; font-family: arial; font-weight: bold; color: #ffffff; background: rgba(33, 129, 243, 0.66);">
<div style="position:absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);">
<h1>404. NOT FOUND.</h1>
</div>
</div>
</body>
</html>';