-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmasters_game.html
More file actions
26 lines (26 loc) · 1.02 KB
/
masters_game.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>Masters of the Game</title>
<style>
#container{
padding: 5px;
display: inline-block;
}
</style>
</head>
<body>
<div id='container'>
<img src="masters_game.png" usemap="#Map">
<map name="Map">
<area shape="rect" coords="130,394,627,412" href="http://www.omegaministry.org/Messages/Big-Pimpin-Part-1.wma">
<area shape="rect" coords="128,412,628,430" href="http://www.omegaministry.org/Messages/Big-Pimpin-Part-2.wma">
<area shape="rect" coords="127,432,627,445" href="http://www.omegaministry.org/Messages/Big-Pimpin-Part-3.wma">
<area shape="rect" coords="73,446,681,464" href="http://www.omegaministry.org/Messages/The-Masters-of-the-Game-Part-1.wma">
<area shape="rect" coords="74,461,680,481" href="http://www.omegaministry.org/Messages/The-Masters-of-the-Game-Part-2.wma">
<area shape="rect" coords="73,481,679,497" href="http://www.omegaministry.org/Messages/The-Masters-of-the-Game-Part-3.wma">
</map>
</div>
</body>
</html>