Add error docs
This commit is contained in:
26
errors/401.php
Normal file
26
errors/401.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<!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>401 Unauthorized</title>
|
||||
</head>
|
||||
<body>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
|
||||
<div class="content">
|
||||
<div class="section">
|
||||
<pre>
|
||||
/\/| /\/|
|
||||
|/\/_ _|/\/
|
||||
\ \ /\ / /
|
||||
\ V V /
|
||||
\_/\_/
|
||||
</pre>
|
||||
<h1>401</h1>
|
||||
<p>You're not authorized 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>
|
Reference in New Issue
Block a user