-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetro.html
More file actions
25 lines (25 loc) · 940 Bytes
/
metro.html
File metadata and controls
25 lines (25 loc) · 940 Bytes
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
<!doctype html>
<html>
<head>
<meta lang='en'>
<title>Metrosexual Messiah</title>
<style>
#container{
padding: 5px;
display: inline-block;
}
</style>
</head>
<body>
<div id='container'>
<img src="metro.jpg" usemap="#Map">
<map name="Map">
<area shape="rect" coords="132,459,587,478" target="http://www.omegaministry.org/Messages/The-MetroSexual-Messiah-Part-1.wma">
<area shape="rect" coords="137,477,581,491" target="http://www.omegaministry.org/Messages/The-MetroSexual-Messiah-Part-2.wma">
<area shape="rect" coords="156,492,562,503" target="http://www.omegaministry.org/Messages/All-Eyes-on-Jesus-Part-1.wma">
<area shape="rect" coords="160,503,559,519" target="http://www.omegaministry.org/Messages/All-Eyes-on-Jesus-Part-2.wma">
<area shape="rect" coords="162,520,557,534" target="http://www.omegaministry.org/Messages/All-Eyes-on-Jesus-Part-3.wma">
</map>
</div>
</body>
</html>