personal-website/docs/www/errors/400.php

19 lines
460 B
PHP
Raw Permalink Normal View History

2024-08-21 23:06:32 +02:00
<?php
$COMMONS = $_SERVER['DOCUMENT_ROOT'] . "/../common";
include_once($COMMONS."/header.php");
display_header("400: Bad Request");
?>
<article>
<h2>400: Bad Request</h2>
<div class="centered-container">
<img src="https://assets.zdenekborovec.cz/upload/e1463bdfe24101b467cb8587980f14b6/9916594a95e8de21e0d41f90fe15d2a7/72dfbcf9e4809a28d8fdcf4940850164.gif" alt="Cat smacking another cat.">
</div>
</article>
<?php
include_once($COMMONS."/footer.php");
?>