index.html 336 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>BabylonJS - Build validation page</title>
  5. <link href="index.css" rel="stylesheet" />
  6. <script src="../../Tools/DevLoader/BabylonLoader.js"></script>
  7. </head>
  8. <body>
  9. <script>
  10. BABYLONDEVTOOLS.Loader.require('validation.js')
  11. .load();
  12. </script>
  13. </body>
  14. </html>