26 lines
1012 B
HTML
26 lines
1012 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://109.123.243.163/fht/favicon.ico">
|
|
|
|
<meta name="author" content="Smejkal, Suljakovic, Somr">
|
|
<meta name="description" content="Průvodce Hrádeckou Fabrikou">
|
|
<meta name="keywords" content="Foto, Old, Abandoned, Creepy, Panorama">
|
|
|
|
<link rel="stylesheet" href="./res/global.css">
|
|
<script src="./res/global.js"></script>
|
|
|
|
<link rel="stylesheet" href="./res/map/style.css">
|
|
<script src="./res/map/script.js"></script>
|
|
</head>
|
|
<body>
|
|
<button id="back_button" onclick="move('./index.php', true)">⇽</button>
|
|
<div class="imgbox">
|
|
<img class="center-fit" src="http://109.123.243.163/fht/map.jpg" alt="Satelitní snímek železáren">
|
|
</div>
|
|
</body>
|
|
</html> |