FabrikaHradekTour/res/panorama.html

25 lines
815 B
HTML
Raw Normal View History

2023-05-16 12:29:52 +02:00
<!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">
2023-05-24 11:53:57 +02:00
<link rel="icon" type="image/x-icon" href="http://207.180.212.190/fht/favicon.ico">
2023-05-16 12:29:52 +02:00
2023-05-29 19:03:49 +02:00
<link rel="stylesheet" href="./global.css">
<link rel="stylesheet" href="./panorama/style.css">
<script src="./panorama/script.js"></script>
2023-05-16 12:29:52 +02:00
<title>Fabrika Hrádek Tour</title>
</head>
<body onload="load_panorama()">
<div id="panorama_div">
<canvas id="panorama">This browser doesn't seem to support canvas. sorry idk</canvas>
</div>
2023-05-16 21:51:29 +02:00
2023-05-24 10:33:45 +02:00
<div id="sipky">
<button onclick="turn_left()">&#8701;</button>
<button onclick="turn_right()">&#8702;</button>
</div>
2023-05-16 12:29:52 +02:00
</body>
</html>