index.html 261 B

12345678910
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <title>FileBrowser Demo</title>
  5. </head>
  6. <body>
  7. <script id='jupyter-config-data' type="application/json">{ "baseUrl": "{{base_url}}" }</script>
  8. <script src="example/bundle.js"></script>
  9. </body>
  10. </html>