-
Notifications
You must be signed in to change notification settings - Fork 1
/
menu.html
31 lines (31 loc) · 1.01 KB
/
menu.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Neil Roy's Official Homepage - Menu</title>
<link rel="icon" href="images/icon.png" type="image/png">
<link rel="stylesheet" type="text/css" href="menu.css">
</head>
<body>
<font face="lucida console">
<center>
<table border="0" cellspacing="2" cellpadding="2" width="100%">
<tbody>
<tr align="center" bgcolor="#004400">
<td><a href="index.html" target="_top"> <font face="impact"
size="5" color="#00ff00">HOME</font></a></td>
</tr>
<tr align="center" bgcolor="#004400">
<td><a href="games_index.html" target="_top"> <font face="impact"
size="5" color="#008800">GAMES</font></a></td>
</tr>
<tr align="center" bgcolor="#004400">
<td><a href="programming_index.html" target="_top"> <font
face="impact" size="5" color="#008800">PROGRAMMING</font></a></td>
</tr>
</tbody>
</table>
</center>
</font>
</body>
</html>