cse435website/secure/minutes.php
Sean Joseph 53d2ff7547 Added content to landing page and team page.
The secure website section needs to be reformatted
so that it has matching style along with the rest of the website.
2017-10-29 22:43:40 -04:00

16 lines
309 B
PHP

<!DOCTYPE html>
<?php
require_once "../lib/prelude.inc.php";
require_once "../lib/protected.inc.php";
?>
<html>
<head>
<meta charset="UTF-8">
<link href="../style/default.css" rel="stylesheet" type="text/css">
<title>Meeting Minutes</title>
</head>
<body>
<h1>Meeting Minutes</h1>
</body>
</html>