-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path15MeuPageTemplate.html
55 lines (42 loc) · 1.54 KB
/
15MeuPageTemplate.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
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="StyleSheet.css" />
<link rel="icon" href="images/15thlogo-flavicon_32x32.png" type="image/png" sizes="32x32">
<script>
setTimeout(function () {
window.location.reload(1);
},5000);
</script>
</head>
<body>
<header class="SiteHeaderArt">
<img id="headerLogo15th" src="images/15thwebsitelogo.png" alt="logo15th">
<img id="headerLogoAlt15th" src="images/15thMeuBanner.png" alt="logo">
<div class="headerText">
<h1>15TH MARINE EXPEDITIONARY UNIT (SOC)</h1>
<h2>ArmA 3 Realism Unit</h2>
</div>
</header>
<div class="menu">
<ul>
<li><a href="www.15thmeu.net">HOME</a></li>
<li><a href="www.15thmeu.net">ABOUT US</a></li>
<li><a href="www.15thmeu.net">JOIN US</a></li>
<li><a href="www.15thmeu.net">HEADQUARTERS</a></li>
<li><a href="www.15thmeu.net">ORGANIZATION</a></li>
<li><a href="www.15thmeu.net">CALENDAR</a></li>
<li><a href="www.15thmeu.net">FORUMS</a></li>
</ul>
</div>
<div class="Content">
</div>
<footer>
<div class="footer" style="background-color: #1C1C1C;color:white;margin:0px;margin:0;padding:5px;">
<p style="text-align: center;">Copyright © 2007-2015, 15th MEU (SOC) Realism Unit. All Rights Reserved. </p>
</div>
</footer>
</body>
</html>