-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·50 lines (35 loc) · 1.09 KB
/
index.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<HTML>
<HEAD>
<TITLE>Frank Filz's Home Page</TITLE>
</HEAD>
<BODY>
<H1> Frank Filz's Home Page </H1>
<TABLE>
<TR><TD><IMG ALIGN=CENTER SRC="Caving/frank.jpg" ALT="A picture of me.">
<TD>
Frank Filz<BR>
<P>I am a programmer at IBM, working on SAN File Systems.
<P>This is a self portrait taken in Key's Cave WV
</TABLE>
<HR SIZE=6><P>
<H2>Areas of Interest</H2>
<UL>
<LI><A HREF=Caving/Caving.html>Caving </A>
<LI><A HREF=Trains/Trains.html>Trains and Model Railroading</A>
<LI><A HREF="UU/uu.html">Unitarian Universalism</A>
<LI><A HREF="Lego/Lego.html">LEGO</A>
<LI><A HREF="Gaming/Gaming.html">GAMING</A>
</UL>
<HR SIZE=6><P>
<H2>OTHER ITEMS OF INTEREST</H2>
<UL>
<LI><A HREF="snow.html">I survived the great South-East snowstorm of 2000!</A>
<LI><A HREF="fun.html">Just plain old fun</A>
<LI><A HREF="links.html">Miscellaneous Links</A>
<LI><A HREF="office.html">My Office</A>
</UL>
<HR SIZE=6><P>
<P><I>Comments to <A HREF=mailto:[email protected]>[email protected]</I></A><BR>
<I>© Copyright 1995-2003 Frank Filz. All rights reserved.</I>
</BODY>
</HTML>