Add error messages

This commit is contained in:
2020-08-22 20:45:17 -05:00
parent 5b6d3017ba
commit 1f2af6eac6
9 changed files with 163 additions and 0 deletions

20
errors/414.php Normal file
View File

@@ -0,0 +1,20 @@
<!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>414 URI Too Long</title>
</head>
<body>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="section">
<h1>owoooooooooooooooooooo</h1>
<h2>414</h2>
<p>The request you sent had a URI that was waaaaayy too long.</p>
<p>I mean just look at the URL in your URL bar. It's huge.</p>
</div>
</div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
</body>
</html>