20 lines
662 B
HTML
Raw Normal View History

<!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/map/style.css">
2023-05-29 19:03:49 +02:00
<link rel="stylesheet" href="./res/global.css">
<script src="./res/map/script.js"></script>
</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>