FabrikaHradekTour/index.html

15 lines
371 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">
<script src="./res/script.js"></script>
<title>Fabrika Hrádek Tour</title>
</head>
<body onload="load_panorama()">
<div id="panorama"></div>
</body>
</html>