The secure website section needs to be reformatted so that it has matching style along with the rest of the website.
16 lines
309 B
PHP
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>
|