personal-website/docs/www/errors/503.php
2024-08-22 01:35:19 +02:00

19 lines
494 B
PHP

<?php
$COMMONS = $_SERVER['DOCUMENT_ROOT'] . "/../common";
include_once($COMMONS."/header.php");
display_header("503: Service Unavailable");
?>
<article>
<h2>503: Service Unavailable</h2>
<div class="centered-container">
<img src="https://assets.zdenekborovec.cz/upload/db3181344f0249a09fbc2ba1096b35c4/4b974e9c1e214ea4ad57174a33aa1c4f/bb9d675f430f4fd8990fd3a993a7ee96" alt="GIF of a cat going to work in a cardboard box.">
</div>
</article>
<?php
include_once($COMMONS."/footer.php");
?>