32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
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">
|
|
<link rel="icon" type="image/x-icon" href="/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)">⇽</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()">⇽</button>
|
|
<button onclick="turn_right()">⇾</button>
|
|
</div>
|
|
</body>
|
|
</html> |