-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFAQ.html
More file actions
69 lines (68 loc) · 3.28 KB
/
Copy pathFAQ.html
File metadata and controls
69 lines (68 loc) · 3.28 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 11 February 2007), see www.w3.org" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript" src="Scripts/script.js"></script>
<title>WJ Developers</title>
</head>
<body>
<div id="maincontainer" />
<div id="header">
<a href="index.html"><img src="Images/my_Logo.png" alt="Logo" /></a>
<div id="pagetitle">
<h3>FAQ</h3>
</div>
<div id="navigation">
<ul class="menu">
<li>
<a onmouseover="submenu_open('m1')" onmouseout="closetime()" href="index.html">Home</a>
<div id="m1" onmouseover="cancelclosetime()" onmouseout="closetime()"></div>
</li>
<li>
<a onmouseover="submenu_open('m2')" onmouseout="closetime()" href="about.html">About</a>
<div id="m2" onmouseover="cancelclosetime()" onmouseout="closetime()"></div>
</li>
<li>
<a onmouseover="submenu_open('m3')" onmouseout="closetime()" href="labs.html">Projects</a>
<div id="m3" onmouseover="cancelclosetime()" onmouseout="closetime()">
<a href="lab1.html">Triage Sim</a> <a href="lab2.html">Lab 2</a> <a href="lab3.html">Lab 3</a> <a href="lab4.html" class="last">Lab 4</a>
</div>
</li>
<li class="active">
<a onmouseover="submenu_open('m5')" onmouseout="closetime()" href="FAQ.html">FAQ</a>
<div id="m5" onmouseover="cancelclosetime()" onmouseout="closetime()"></div>
</li>
<li>
<a onmouseover="submenu_open('m2')" onmouseout="closetime()" href="contact.html">Contact Us</a>
<div id="m2" onmouseover="cancelclosetime()" onmouseout="closetime()"></div>
</li>
<li>
<a onmouseover="submenu_open('m4')" onmouseout="closetime()" href="glossary.html">Glossary</a>
<div id="m4" onmouseover="cancelclosetime()" onmouseout="closetime()"></div>
</li>
<li>
<a onmouseover="submenu_open('m5')" onmouseout="closetime()" href="resources.html">Resources</a>
<div id="m5" onmouseover="cancelclosetime()" onmouseout="closetime()"></div>
</li>
</ul>
</div>
</div>
<div id="maincontent">
<div id="highlight">
</div>
<div id="footer">
<div id="contactinfo">
<table border="0" width="5%" summary="Facebook and Email">
<thead>
<tr>
<th><a href="mailto:thersman@terpmail.umd.edu"><img src="Images/119955-matte-grey-square-icon-social-media-logos-mail.png" width="50" hight="50" /></a></th>
<th><a href="http://www.facebook.com/tim.hersman"><img src="Images/119931-matte-grey-square-icon-social-media-logos-facebook-logo.png" width="50" hight="50" /></a></th>
</tr>
</thead>
</table>
</div>
</div>
</div>
</body>
</html>