whispervis/index.html

19 lines
446 B
HTML
Raw Normal View History

2018-09-05 13:53:09 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<meta http-equiv="Content-Security-Policy-Report-Only" content="default-src http: file:; child-src 'none'; object-src 'none'">
2018-09-05 13:53:09 +00:00
</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>
2018-10-22 19:21:24 +00:00
<script defer src="js/fontawesome.js"></script>
2018-10-23 19:10:42 +00:00
<script src="js/frappe-charts.js"></script>
2018-09-05 13:53:09 +00:00
<script src="whispervis.js"></script>
</body>
</html>