<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Graphics {Interactive SVG World map}</title>
        <style type='text/css'>
            @import url('data/genericstyle.css');
        </style>
    </head>
    <body>
        <h1>World map</h1>
        <p>I have created an interactive world map in SVG. Check it
        out <a href='wmap.svg'>here</a>. It is based
        on <a href='http://commons.wikimedia.org/wiki/File:World_location_map_English.svg'>http://commons.wikimedia.org/wiki/File:World_location_map_English.svg</a>.</p>
        <h2>Screenshot (for non-svg browsers)</h2>
        <p><img src='media/wmap-screenshot.png' alt='Screenshot' /></p>

        <div>
            <p><a href=".">Back to index</a></p>
        </div>
    </body>
</html>