mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 05:05:46 +02:00
Switched to templated error pages
This commit is contained in:
9
plugins/nginx-vhosts/templates/404-error.html
Normal file
9
plugins/nginx-vhosts/templates/404-error.html
Normal 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>';
|
||||
Reference in New Issue
Block a user