Added about page.

The assets directory should store any pictures that the site uses.
Removed lingering directory
This commit is contained in:
2017-10-26 20:08:41 -04:00
parent 6b30a2a506
commit 1c927a643b
7 changed files with 94 additions and 99 deletions

View File

@@ -1,6 +1,6 @@
<?php
require_once 'lib/View.php';
$view = new View();
require_once 'lib/LandingView.php';
$view = new LandingView();
$view->setTitle("CSE 435 Group 6")
?>
<!DOCTYPE html>