<!DOCTYPE html>
<html>
<html>
  <head>
   <meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="https://create3000.github.io/code/x_ite/latest/dist/x_ite.css"/>
<script type="text/javascript" src="https://create3000.github.io/code/x_ite/latest/dist/x_ite.min.js"></script>
<script type="text/javascript" src="https://raw.githack.com/andreasplesch/x_ite_dom/master/release/x_ite_dom.1.3.js"></script>
   <style>
X3DCanvas {
   width: 300px;
   height:150px;
}

body {
        margin:0px;
        padding:0px;
}
   </style>
   </head>
  <body>
    <X3DCanvas cache='false' url='"../glTF/Astronaut.x3d"'>
           <p>Your browser may not support all features required by X_ITE!</p>
           <Scene>
           </Scene>
    </X3DCanvas>
  </body>
</html>