- <!DOCTYPE html>
- <html>
- <head>
- <title>BabylonJS - Build validation page</title>
- <link href="index.css" rel="stylesheet" />
- <script src="../../Tools/DevLoader/BabylonLoader.js"></script>
- </head>
- <body>
- <script>
- BABYLONDEVTOOLS.Loader.require('validation.js')
- .load();
- </script>
- </body>
- </html>
|