-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathourstreams.html
30 lines (28 loc) · 913 Bytes
/
ourstreams.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
<!doctype html>
<html lang="en">
<head>
<script src="js/writeHead.js"></script>
<script>writeGeneralHead("Our Streams", true);</script>
<script src="js/writeStreamLinks.js"></script>
<link rel="stylesheet" href="css/ourstreams.css">
</head>
<body>
<div id="big_wrapper"> <!-- Centers Website -->
<header id="top_header"> <!-- Header of website -->
<!-- <h1>Welcome to Exitium.org!</h1> -->
<div id="exitiumimage"><img height="50" src="images/cloakingocean.png"/></div>
</header>
<nav id="top_menu"> <!-- Main Naviation For Website -->
<script>writeNavigationBar(3);</script>
</nav>
<section id="main_section"> <!-- Where all the important stuff goes (Body) -->
<div id="container">
<script>writeStreamLinks()</script>
</div>
</section>
<footer id="the_footer"> <!--References and Copyright -->
Custom coded by Cloaking_Ocean :D
</footer>
</div>
</body>
</html>