index.html 775 B

123456789101112131415
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <title>Notebook Demo</title>
  5. <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  6. <script type="text/javascript" src="https://www.promisejs.org/polyfills/promise-6.1.0.js"></script>
  7. <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML-full,Safe&amp;delayStartupUntil=configured"></script>
  8. <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.js"></script>
  9. <link href="index.css" rel="stylesheet">
  10. </head>
  11. <body>
  12. <script id='jupyter-config-data' type="application/json">{ "baseUrl": "{{base_url}}" }</script>
  13. <script src="build/bundle.js"></script>
  14. </body>
  15. </html>