-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHeader.html
More file actions
35 lines (34 loc) · 1.27 KB
/
Header.html
File metadata and controls
35 lines (34 loc) · 1.27 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
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Header</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
body,td,th {
color: #000000;
font-family: Arial;
}
.style1 {
font-family: Arial;
text-align: left;
}
-->
</style>
<link href="3columnlayout.css" rel="stylesheet" type="text/css" />
</head>
<body class="style1">
<!-- -->
<div id="banner">
<div align="center"><img src="IMAGES/Header 6 - Ice Project.jpg" alt="header" width="900" height="85"/></div>
</div>
<div id="nav">
<ul><li><a href="Home.html" target="mainFrame" class="style1">Home</a></li>
<li><a href="History.html" target="mainFrame" class="style1">History</a></li>
<li><a href="Members.html" target="mainFrame" class="style1">Members</a></li>
<li><a href="Publications.html" target="mainFrame" class="style1">Publications</a></li>
<li><a href="Multimedia.html" target="mainFrame" class="style1">Multimedia</a></li>
<li><a href="http://icearchitecture.blogspot.com/" target="_blank" class="style1">Blog</a></li></ul></div>
</body>
</html>