2023-05-28 16:04:04 +02:00
|
|
|
<!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">
|
|
|
|
|
2023-05-29 18:43:42 +02:00
|
|
|
<link rel="stylesheet" href="./res/map/style.css">
|
|
|
|
<script src="./res/map/script.js"></script>
|
2023-05-28 16:04:04 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="imgbox">
|
|
|
|
<img class="center-fit" src="http://207.180.212.190/fht/map.jpg" draggable="false">
|
|
|
|
</div>
|
|
|
|
</body>
|
2023-05-24 12:01:54 +02:00
|
|
|
</html>
|