-
Notifications
You must be signed in to change notification settings - Fork 0
/
lessons.php
38 lines (38 loc) · 1.12 KB
/
lessons.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
Dean Oldencott :: Lessons
</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" alink="#000088" vlink="#FF0000">
<?php include("header.html"); ?><br>
<?php include("menu_bar.html"); ?><br>
<?php include("separator.html"); ?><br>
<div align="center">
<font face="Helvetica, Arial, sans-serif">
<table cellpadding="5" cellspacing="0" border="0" width="722" align="center">
<tbody>
<tr>
<td>
<img src="images/DeansDrumsLogo.jpg">
</td>
</tr>
<tr>
<td valign="top">
<big><big><strong>Lessons</strong></big></big>
</td>
</tr>
<tr>
<td>
<?php include("text/lessons.txt"); ?>
</td>
</tr>
</tbody>
</table>
</div>
<br><?php include("separator.html"); ?><br>
<?php include("footer.html"); ?>
</body>
</html>