-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.php
More file actions
31 lines (29 loc) · 1.13 KB
/
index.php
File metadata and controls
31 lines (29 loc) · 1.13 KB
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</title>
<link rel="stylesheet" href="cojoDB.css">
</head>
<body class="home">
<div class="wrapper">
<header>
<h1>*** COJO OLYMPIC GAMES PROJECT - CSI2532 ***</h1>
</header>
<div class="menu">
<div><a href="member_login.php">Login for employees</a></div>
<div><a href="athlete.php">Athlètes</a></div>
<div><a href="officiel.php">Officiels</a></div>
<div><a href="patients.php">Résidences</a></div>
<div><a href="appointments.php">Services Transport</a></div>
<div><a href="epreuves.php">Épreuves</a></div>
<div><a href="employees.php">Employés</a></div>
<div><a href="ServiceMedical.php">Services Médicaux</a></div>
<div><a href="installationOlympique.php">Installations Olympiques</a></div>
<div><a href="options.php">Options</a></div>
<div><a href="logout.php">Logout</a></div>
</div>
</div>
</body>
</html>