whispervis/index.html

15 lines
268 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/86/three.js"></script>
<script src="js/TrackballControls.js"></script>
<script src="whispervis.js"></script>
</body>
</html>