mirror of
https://github.com/status-im/whispervis.git
synced 2025-02-01 16:04:56 +00:00
16 lines
269 B
HTML
16 lines
269 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="whispervis.js"></script>
|
|
</body>
|
|
|
|
</html>
|