whispervis/index.html

16 lines
269 B
HTML
Raw Normal View History

2018-09-05 16:53:09 +03:00
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
</head>
<body>
2018-09-20 20:38:05 +03:00
<script src="js/three.js"></script>
2018-09-05 16:53:09 +03:00
<script src="js/TrackballControls.js"></script>
2018-10-22 21:21:24 +02:00
<script defer src="js/fontawesome.js"></script>
2018-09-05 16:53:09 +03:00
<script src="whispervis.js"></script>
</body>
</html>