-
Notifications
You must be signed in to change notification settings - Fork 0
/
signatures-1-map.html
26 lines (25 loc) · 1.32 KB
/
signatures-1-map.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Email Magic .Inc</title>
</head>
<body>
<table style="border-collapse: collapse;">
<tr>
<td>
<img src="https://i.postimg.cc/B66pc8Vn/main-preview.png" usemap="#image-map">
<map name="image-map">
<area target="_blank" alt="ScienceMagic.Inc" title="ScienceMagic.Inc" href="https://www.sciencemagic.inc/" coords="4,23,199,170" shape="rect">
<area target="_blank" alt="B Corporation" title="B Corporation" href="https://bcorporation.net/" coords="568,24,644,135" shape="rect">
<area target="_self" alt="Phone Number" title="Phone Number" href="tel:+4402079381010" coords="253,137,438,163" shape="rect">
<area target="_blank" alt="ScienceMagic.Inc" title="ScienceMagic.Inc" href="https://www.sciencemagic.inc/" coords="254,168,475,189" shape="rect">
<area target="_blank" alt="ScienceMagic.Inc" title="ScienceMagic.Inc" href="https://twitter.com/sciencemagicinc" coords="253,194,443,217" shape="rect">
</map>
</td>
</tr>
</table>
</body>
</html>