-
-
Notifications
You must be signed in to change notification settings - Fork 94
/
test.html
23 lines (19 loc) · 827 Bytes
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html public
"-//w3c//dtd xhtml 1.0 transitional//en http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv = "refresh" content = "300" />
<title>Network Weathermap</title>
</head>
<body>
<div class = "weathermapimage"
style = "margin-left: auto; margin-right: auto; width: 800px;">
<img id = "wmapimage" src = "fish.png" width = "800" height = "600"
border = "0" usemap = "#weathermap_imap" />
</div>
<map name = "weathermap_imap" id = "weathermap_imap"></map>
<hr /><span id = "byline">Network Map created with
<a href = "http://www.network-weathermap.com/?vs=0.97a">PHP Network Weathermap
v0.97a</a></span>
</body>
</html>