26 lines
1.0 KiB
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">
2023-06-01 10:13:57 +02:00
<meta name="author" content="Smejkal, Suljakovic">
<meta name="description" content="Průvodce Hrádeckou Fabrikou">
<meta name="keywords" content="Foto, Old, Abandoned, Creepy, Panorama">
2023-05-29 19:03:49 +02:00
<link rel="stylesheet" href="./res/global.css">
<script src="./res/global.js"></script>
2023-05-29 19:03:49 +02:00
<link rel="stylesheet" href="./res/map/style.css">
<script src="./res/map/script.js"></script>
</head>
<body>
2023-05-29 19:44:42 +02:00
<button id="back_button" onclick="move('./index.html', true)">&#8701;</button>
<div class="imgbox">
2023-06-02 09:08:47 +02:00
<img class="center-fit" src="http://207.180.212.190/fht/map.jpg" draggable="false" alt="Satelitní snímek železáren">
</div>
</body>
2023-05-24 12:01:54 +02:00
</html>