Skip to content

Commit

Permalink
Update test.html
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin authored Jul 15, 2021
1 parent 0a2460b commit 9b52d41
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<html>
<head>
<title>Nullspace Labs</title>
</head>
<body>
<!--
<FireBoxRoom>
<Assets>
<assetobject id="nslv3" src="models/inside/v3/nsl-matterport.gltf" />
Expand Down Expand Up @@ -47,3 +53,11 @@
<object js_id="janusobject_23" collision_id="cube" collision_pos="0 -50 0" collision_scale="100000 100 100000" />
</Room>
</FireBoxRoom>
-->
<script src="https://web.janusxr.org/1.5.19/janusweb.js"></script>
<script>
elation.janusweb.init({
url: document.location.href,});
</script>
</body>
</html>

0 comments on commit 9b52d41

Please sign in to comment.