-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathoptions.php
More file actions
31 lines (27 loc) · 874 Bytes
/
options.php
File metadata and controls
31 lines (27 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php include_once 'inc/prelude.php'; ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>COJO OLYMPIC GAMES PROJECT - CSI2532 :: Options</title>
<style>
body {
background-image: url(" r/olympic3.jpg");
} </style>
<?php include "inc/resources.php" ?>
</head>
<body>
<div class="wrapper">
<header>
<h1>COJO OLYMPIC GAMES PROJECT - CSI2532</h1>
<h2> DATABASE MANAGEMENT COJO OLYMPIC GAMES PROJECT - CSI2532 </h2>
<?php breadcrumb("Options") ?>
</header>
<?php flash() ?>
<div class="menu">
<div><a href="inc/makedb.php">Regenerate database</a></div>
<div><a href="inc/sampledata.php">Load sample data</a></div>
</div>
</div>
</body>
</html>