-
Notifications
You must be signed in to change notification settings - Fork 0
/
classes (2).php
48 lines (32 loc) · 1.2 KB
/
classes (2).php
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<?php require_once "Includes/Header.php"; ?>
</head>
<body>
<?php
require_once "Includes/spinner.php";
require_once "Includes/NAVlink.php";
?>
<!--each is idiosyncratic with its name --> <!-- Page Header End -->
<div class="container-xxl py-5 page-header position-relative mb-5">
<div class="container py-5">
<h1 class="display-2 text-white animated slideInDown mb-4">Pages</h1>
<nav aria-label="breadcrumb animated slideInDown">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="- index.php">Home</a></li>
<li class="breadcrumb-item"><a href="classes (2).php">Pages</a></li>
<li class="breadcrumb-item text-white active" aria-current="page">Classes</li>
</ol>
</nav>
</div>
</div>
<!-- Page Header End -->
<?php
require_once "Includes/Clazz.php";
require_once "Includes/appointment.php";
require_once "Includes/Tes.php";
require_once "Includes/FooterInclusive.php";
?>
</body>
</html>