personal-website/assets/errors/403.php

11 lines
379 B
PHP
Raw Normal View History

<?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 &quot;Hey you... What are you doing here??&quot;">
</div>
</article>