iv-panorama
Version:
 
25 lines (20 loc) • 495 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>panorama</title>
<style>
body{
margin:0;
}
</style>
</head>
<body>
<div id="container">
</div>
<script type="text/javascript" src="./three.js"></script>
<script src="./index.js"></script>
</body>
</html>