Files
.templates
.well-known
about
errors
styles
400.php
401.php
403.php
404.php
410.php
414.php
500.php
feed
gmod
images
matrix
minecraft
posts
src
startpage
styles
terraria
tes3mp
.gitignore
.htaccess
README.md
deploy.sh
favicon.ico
index.php
logo.png
test.sh
9iron/errors/403.php
2020-08-22 20:45:17 -05:00

21 lines
625 B
PHP

<!DOCTYPE html>
<html>
<head>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
<link href="/errors/styles/styles.css" type="text/css" rel="stylesheet" />
<title>403 Forbidden</title>
</head>
<body>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="section">
<h1>&gt;w&lt;</h1>
<h2>403</h2>
<p>You don't have permission to access this resource.</p>
<p>If you think this is in error, contact the site administrator.</p>
</div>
</div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
</body>
</html>