-
Notifications
You must be signed in to change notification settings - Fork 0
/
main_noframes.html
44 lines (34 loc) · 976 Bytes
/
main_noframes.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<link rel="shortcut icon" href="icon_blue.ico">
<link rel="icon" href="icon_blue.jpg">
<title>Eric Steinbring</title>
<style type="text/css">
body {background: url(background_noframes.jpg); background-repeat: no-repeat;}
</style>
</head>
<body bgcolor="white">
<img src="eric_steinbring_lowercase_stretch.jpg">
<table border="0" cellspacing="10" cellpadding="0" width="80" noresize>
<tr>
<td>
<a style="text-decoration: none" href="about/about.html">
<img src="about.jpg" alt="About" border="0"></a>
</tr>
</td>
<tr>
<td>
<a style="text-decoration: none" href="curriculum_vitae/curriculum_vitae_reformat.html">
<img src="curriculum_vitae.jpg" alt="Curriculum Vitae" border="0"></a>
</td>
</tr>
<tr>
<td>
<a style="text-decoration: none" href="links/links.html">
<img src="links.jpg" alt="Links" border="0"></a>
</td>
</tr>
</table>
</body>
</html>