-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharmy.html
More file actions
26 lines (26 loc) · 1.02 KB
/
army.html
File metadata and controls
26 lines (26 loc) · 1.02 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
<!doctype html>
<html>
<head>
<meta lang='en'>
<title>Army</title>
<style>
#container{
padding: 5px;
display: inline-block;
}
</style>
</head>
<body>
<div id='container'>
<img src="army.jpg" usemap="#Map">
<map name="Map">
<area shape="rect" coords="30,394,675,415" href="http://www.omegaministry.org/Messages/The-Military-is-for-the-Militant-Part-1.wma">
<area shape="rect" coords="33,416,669,433" href="http://www.omegaministry.org/Messages/The-Military-is-for-the-Militant-Part-2.wma">
<area shape="rect" coords="31,435,669,453" href="http://www.omegaministry.org/Messages/The-Military-is-for-the-Militant-Part-3.wma">
<area shape="rect" coords="101,455,595,474" href="http://www.omegaministry.org/Messages/I-Am-Army-Part-1.wma">
<area shape="rect" coords="102,474,595,494" href="http://www.omegaministry.org/Messages/I-Am-Army-Part-2.wma">
<area shape="rect" coords="103,494,596,510" href="http://www.omegaministry.org/Messages/I-Am-Army-Part-3.wma">
</map>
</div>
</body>
</html>