Files
dokku/plugins/nginx-vhosts/templates/404-error.html
Chiedo 3f4b1e69c7 Requested improvements
- Moved the template files
- Replaced . with $PWD
- Made more descriptive errors in the templates
2017-03-07 14:28:38 -05:00

10 lines
397 B
HTML

<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>THERE HAS BEEN A 404 ERROR.</h1>
</div>
</div>
</body>
</html>';