-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 986 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 986 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>God Of Fire</title>
<style>
#container{
padding: 5px;
display: inline-block;
}
</style>
</head>
<body>
<div id='container'>
<img src="fire.jpg" usemap="#Map">
<map name="Map">
<area shape="rect" coords="64,419,643,447" href="http://www.omegafellowship.org/Messages/The-Baptism-of-Fire-Part-1.mp3" target="_blank">
<area shape="rect" coords="68,449,638,469" href="http://www.omegafellowship.org/Messages/The-Baptism-of-Fire-Part-2.mp3" target="_blank">
<area shape="rect" coords="86,470,619,489" href="http://www.omegafellowship.org/Messages/A-God-of-Fire-Part-1.mp3" target="_blank">
<area shape="rect" coords="87,492,617,513" href="http://www.omegafellowship.org/Messages/A-God-of-Fire-Part-2.mp3" target="_blank">
<area shape="rect" coords="89,514,620,534" href="http://www.omegafellowship.org/Messages/A-God-of-Fire-Part-3.mp3" target="_blank">
</map>
</div>
</body>
</html>