-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors-2.html
23 lines (23 loc) · 969 Bytes
/
sponsors-2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Team 60 - Sponsors</title>
<script src="sponsor_script-3.js"></script>
<link rel="stylesheet" href="website_style.css">
<link rel="stylesheet" href="sponsor_style-5.css">
</head>
<body>
<div id="menu">
<iframe id="menu" title="navigation menu" width="100%" height="100%" src="menu.html"></iframe>
</div>
<h1>Sponsors</h1>
<!-- Javascript is needed to add the sponsors to this page. The javascript file will remove the warning if the javascript can run. -->
<div id=java_warning><h2>This page requires JavaScript to load properly. Please enable JavaScript in your browser settings.</h2></div>
<!-- add info about sponsorship? direct them to contact page-->
<!--javascript will add info inside this div for sponsors-->
<div id=sponsors class=></div>
<div id="page footer">
<iframe id="page footer" title="page footer" width="100%" height="100%" src="footer.html"></iframe>
</div>
</body>
</html>