howardjones/network-weathermap

View on GitHub
test.html

Summary

Maintainability
Test Coverage
<!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>