whispervis/index.html

19 lines
446 B
HTML

<!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'">
</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>