mirror of
https://github.com/status-im/whispervis.git
synced 2025-02-02 08:25:06 +00:00
15 lines
268 B
HTML
15 lines
268 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset=utf-8>
|
|
</head>
|
|
|
|
<body>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/86/three.js"></script>
|
|
<script src="js/TrackballControls.js"></script>
|
|
<script src="whispervis.js"></script>
|
|
</body>
|
|
|
|
</html>
|