whispervis/index.html
2018-10-23 21:10:42 +02:00

17 lines
317 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
</head>
<body>
<script src="js/three.js"></script>
<script src="js/TrackballControls.js"></script>
<script defer src="js/fontawesome.js"></script>
<script src="js/frappe-charts.js"></script>
<script src="whispervis.js"></script>
</body>
</html>