-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfriends.html
More file actions
110 lines (88 loc) · 2.82 KB
/
friends.html
File metadata and controls
110 lines (88 loc) · 2.82 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<html>
<head>
<meta name="author" content="Brian Sturk">
<meta name="description" content="Friends' Pages">
<meta name="keywords" content="">
<meta name="revisit-after" content="30 days">
<style type="text/css">
<!--
a:hover { color: #FFFFFF }
body { font-family: verdana, arial, sans-serif }
-->
</style>
<title>Friends' Pages</title>
</head>
<body bgcolor="#000000" text="#FFFFFF" link="#004284" vlink="#AFAFAF" alink="#AFAFAF" marginwidth="0" leftmargin="0" topmargin="0" marginheight="0">
<! **************** main title *****************>
<center>
<table border="0" width="100%" cellspacing="5" cellpadding="0">
<font face="Verdana">
<h1><tr><td width="100%" align="center"><b>Friends' Pages</b></tr></h1>
<tr><td width="100%" align="center"><p><img SRC="pics/buttons/dkblue_bar.gif" NOSAVE height=2 width=500> </tr>
</font>
</table>
</center>
<! **************** friends *****************>
<table border="0" width="50%" cellspacing="5" cellpadding="5">
<font face="Verdana">
<tr><td width="100%" align="left">
<p>
<b><h3>
<a href="http://hometown.aol.com/smp1510">Shawn Pridham</a>
</b>
</h3>
</td></tr>
<tr><td width="100%" align="left">
<p>
The Home of Cut and Paste for Dummies.
Currently on tour with 80's cheese favorite GrooveWorks.
Can you grok it?
</td></tr>
<tr><td width="100%" align="left">
<p>
<b><h3>
<a href="http://www.electricdesigner.com">Shawn Lambert</a>
</b>
</h3>
</td></tr>
<tr><td width="100%" align="left">
<p>
I used to be in a band with Shawn and he does professional web page design.
HTML, Javascript, and excellent artwork and multimedia. Reasonable rates too!
Check out his online Javascript rate calculator for comparing with other Web design companies.
</td></tr>
<tr><td width="100%" align="left">
<p>
<b><h3>
<a href="http://cc.xrgaming.com/taper/index.html">Matt Jean (Merry)</a>
</b>
</h3>
</td></tr>
<tr><td width="100%" align="left">
<p>
Author of SplitPea and RainPea for Asheron's Call. Cool utilities that are
used with the game. Above is the main SplitPea download site at
cc.xrgaming.
</td></tr>
<tr><td width="100%" align="left">
<p>
<b><h3>
<a href="http://www.yahoo.com">Mike Barry</a>
</b>
</h3>
</td></tr>
<tr><td width="100%" align="left">
<p>
I was in the Army w/ Mike and he'll tell you that I was
a good skater. He's learning HTML and has put up some pages on the Civil War.
<p>
Oooh Scheeeena...
</td></tr>
</font>
</table>
<table border="0" width="75%" cellspacing="5" cellpadding="0">
<tr><td width="100%" align="left"><p><img SRC="pics/buttons/dkblue_bar.gif" NOSAVE height=2 width=700> </tr>
</table>
<center><p><a href="index.html"><img SRC="pics/buttons/friends_back_button_text.jpg" NOSAVE border=0 height=50 width=150 align=TEXTTOP></a></center>
</body>
</html>