FabrikaHradekTour/index.html
ENGO150 7b88652257
made the map working
no I need to add all the points
2023-05-28 16:04:04 +02:00

18 lines
599 B
HTML

<!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>
<div class="imgbox">
<img class="center-fit" src="http://207.180.212.190/fht/map.jpg" draggable="false">
</div>
</body>
</html>