-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScript 3.html
32 lines (27 loc) · 1.83 KB
/
Script 3.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Cosmo Page 3</title>
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<!-- Bootstrap css file-->
<link href="css/cosmostyle.css" rel="stylesheet">
<body>
<img src="url/to/your/image.jpg" alt="" usemap="#Map" />
<map name="Map" id="Map">
<area alt="" title="" href="http://www.pantene.com/hair-care-collections/old-Pantene.aspx?id=medium-to-thick&lang=en-CA" shape="poly" coords="25,558,26,545,78,519,126,520,157,525,166,541,163,562,167,587,175,613,188,750,165,896,178,906,174,949,167,965,73,975,32,623,41,605" />
<area alt="" title="" href="http://www.pantene.com/hair-care-collections/old-Pantene.aspx?id=medium-to-thick&lang=en-CA" shape="poly" coords="235,571,267,568,303,572,334,585,339,707,320,915,307,925,302,962,297,987,218,978,165,970,184,905,162,894,190,739" />
<area alt="" title="" href="http://www.beautyofnewyork.com/shopping/pantene-pro-v-medium-thick-straighten-smooth-creme-5-1oz.htm" shape="poly" coords="672,313,674,571,772,568,773,310,763,287,742,272,745,261,762,248,762,236,702,254,679,273" />
<area alt="" title="" href="http://pantene.com/en-us/product/curl-shaping-gel" shape="poly" coords="587,1066,692,1067,678,1248,671,1318,608,1316" />
<area alt="" title="" href="http://www.pantene.com/hair-care-collections/old-Pantene.aspx?id=curly-hair-products" shape="poly" coords="247,1318,339,1318,333,1283,347,1272,328,1032,253,1032,241,1167,237,1247,233,1272,248,1275" />
[...]
</map>
</html>
<body>