whispervis/index.html

15 lines
220 B
HTML
Raw Normal View History

2018-09-05 13:53:09 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
</head>
<body>
2018-09-20 17:38:05 +00:00
<script src="js/three.js"></script>
2018-09-05 13:53:09 +00:00
<script src="js/TrackballControls.js"></script>
<script src="whispervis.js"></script>
</body>
</html>