-
Notifications
You must be signed in to change notification settings - Fork 0
/
bio.php
36 lines (36 loc) · 1.05 KB
/
bio.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
Dean Oldencott :: Bio
</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" size="1" >
<table cellpadding="5" cellspacing="0" border="0" width="722" align="center">
<tbody>
<tr>
<td valign="top">
<big><big><strong>Bio</strong></big></big><br>
</td>
</tr>
<tr>
<td>
<small>
<?php include("text/bio.txt"); ?>
</small>
</td>
</tr>
</tbody>
</table>
</font>
</div><br>
<?php include("separator.html"); ?><br>
<?php include("footer.html"); ?>
</body>
</html>