-
Notifications
You must be signed in to change notification settings - Fork 0
/
cd.php
58 lines (58 loc) · 1.8 KB
/
cd.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
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
Dean Oldencott :: New CD!
</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 valign="top" colspan=2>
<big><big><strong>Time For A Change</strong></big></big>
</td>
</tr>
<tr>
<td valign="top">
<img src="./cd/timeforachange_cover.jpg" alt="header"><p>
</td>
<td valign="top">
<small>
<?php include("text/timeforachange.txt"); ?>
</small>
</td>
</tr>
</tbody>
</table>
<p> </p>
<table cellpadding="5" cellspacing="0" border="0" width="722" align="center">
<tbody>
<tr>
<td valign="top" colspan=2>
<big><big><strong>Interpretations</strong></big></big>
</td>
</tr>
<tr>
<td valign="top">
<img src="./cd/interpretations_cover.jpg" alt="header"><p>
</td>
<td valign="top">
<small>
<?php include("text/interpretations.txt"); ?>
</small>
</td>
</tr>
</tbody>
</table>
</div><br>
<?php include("separator.html"); ?><br>
<?php include("footer.html"); ?>
</body>
</html>