initial commit

This commit is contained in:
Luke Ogburn
2019-03-30 22:43:34 -04:00
commit c4a666e3b6
78 changed files with 5332 additions and 0 deletions

27
404.shtml Normal file
View File

@@ -0,0 +1,27 @@
<?php
require $_SERVER['DOCUMENT_ROOT']."/globalFuncs.php";
?>
<!DOCTYPE html>
<html>
<head>
<meta charset=UTF-8>
<title>IB Forum</title>
<link rel=stylesheet type=text/css href=/style.css>
<link rel=stylesheet type=text/css href=/mobile.css>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="icon" href="/res/i/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<?php include "res/top"; ?>
<div id=container>
<div>
<h1>Can't find that page.</h1>
<p>I had one job. And I failed.</p>
</div>
</div>
</body>
</html>