mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 05:05:46 +02:00
- Moved the template files - Replaced . with $PWD - Made more descriptive errors in the templates
10 lines
397 B
HTML
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>';
|