- <!DOCTYPE html>
- <html>
- <head>
- <title>BabylonJS - Build validation page</title>
- <link href="index.css" rel="stylesheet" />
- <script src="../../Tools/DevLoader/BabylonLoader.js"></script>
- <script src="index.js"></script>
- </head>
- <body>
- <div>
- <input type="text" id="sceneName" value="sponza"></input>
- <button id="run">Run</button>
- </div>
- </body>
- </html>
|