<!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">
    <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="./global.css">
    <script src="./global.js"></script>

    <link rel="stylesheet" href="./panorama/style.css">
    <script src="./panorama/script.js"></script>

    <title>Fabrika Hrádek Tour</title>
</head>
<body onload="load_panorama()">
    <button id="back_button" onclick="move('../map.html', true)">&#8701;</button>
    <div id="panorama_div">
        <canvas id="panorama">This browser doesn't seem to support canvas. sorry idk</canvas>
    </div>

    <div id="sipky">
        <button onclick="turn_left()">&#8701;</button>
        <button onclick="turn_right()">&#8702;</button>
    </div>
</body>
</html>