<!DOCTYPE html>
<html lang="cs">
<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>Fabrika Hrádek Tour</title>
    <link rel="icon" type="image/x-icon" href="http://207.180.212.190/fht/favicon.ico">

    <link rel="stylesheet" href="./res/style.css">
    <script src="./res/script.js"></script>
</head>
<body>
    <img src="http://207.180.212.190/fht/map.png" usemap="#air_map">
    <map name="air_map">
        <area shape="circle" coords="100,100,30" href="4.htm" alt="4">
    </map>
</body>
</html>