18 lines
501 B
PHP
18 lines
501 B
PHP
<?php
|
|
$COMMONS = "./../../docs/common";
|
|
|
|
include_once($COMMONS."/header.php");
|
|
|
|
display_header("403: Forbidden");
|
|
?>
|
|
|
|
<article>
|
|
<h2>403: Forbidden</h2>
|
|
<div class="centered-container">
|
|
<img src="https://assets.zdenekborovec.cz/upload/3e0cef92-8dad-4085-9db4-e9c8e1437e0a/c7ec620b-1666-4ab9-ad35-ad3daf1b53b2.png" alt="Internet meme image of a confused-looking cat with a text reading "Hey you... What are you doing here??"">
|
|
</div>
|
|
</article>
|
|
|
|
<?php
|
|
include_once($COMMONS."/footer.php");
|
|
?>
|