-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-backup.html
More file actions
54 lines (43 loc) · 1.66 KB
/
index-backup.html
File metadata and controls
54 lines (43 loc) · 1.66 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><title>Jody Hamilton</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="flatjody.css" rel="stylesheet" type="text/css">
<link href="content.css" rel="stylesheet" type="text/css">
<link href="flatjody.css" rel="stylesheet" type="text/css">
<link href="text_email_radio.css" rel="stylesheet" type="text/css">
</head><body>
<div id="all">
<div id="content">
<div id="textframe">
<ul>
<li><a href="about.html" target="textframe">About</a></li>
<li><a href="faq.html" target="textframe">FAQ</a></li>
<li><a href="news.html" target="textframe">News</a></li>
</ul>
<iframe src="news.html" name="textframe"></iframe>
</div>
<div id="emailframe">
<iframe src="email.html" name="emailframe"></iframe>
</div>
<div id="radioframe">
<iframe src="radio.php" name="radioframe"></iframe>
</div>
<div id="contentframe">
<ul>
<li><h2>Albums</h2></li>
<li><a href="driving.php" target="contentframe">Driving and Remembering Driving</a></li>
<li><a href="sink.php" target="contentframe">The Sink</a></li>
<li><a href="ed.php" target="contentframe">Ed Discovers that Cleaning is Cool</a></li>
<li><h2>Comics</h2></li>
<li><a href="fraggle.php" target="contentframe">Fraggle Huff</a></li>
<li><a href="qyjt.php" target="contentframe">Quit Your Job, Too</a></li>
<li><a href="pizzaboy.php" target="contentframe">Me, Master Han, and the Pizza Boy</a></li>
</ul>
<iframe src="pizzaboy.php" name="contentframe" scrolling="no"></iframe>
</div>
<div id="downloadframe">
<iframe src="download.html" name="downloadframe"></iframe>
</div>
</div>
</div>
</body></html>