15 lines
504 B
HTML
15 lines
504 B
HTML
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>AFRAME - xrfragment sandbox</title>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||
|
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
|
||
|
<script src="./../../dist/xrfragment.aframe.js"></script>
|
||
|
<script src="./index.js"></script>
|
||
|
<script src="./pubsub.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h3>open the browserconsole to see the results</h3>
|
||
|
</body>
|
||
|
</html>
|