|
@@ -1,10 +1,10 @@
|
|
|
<!doctype html>
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
- <title>Notebook Demo</title>
|
|
|
- <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML-full,Safe&delayStartupUntil=configured"></script>
|
|
|
+ <title>FileBrowser Demo</title>
|
|
|
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
|
|
|
- <link rel="stylesheet" type="text/css" href="index.css">
|
|
|
+ <script type="text/javascript" src="https://www.promisejs.org/polyfills/promise-6.1.0.js"></script>
|
|
|
+ <link href="index.css" rel="stylesheet">
|
|
|
</head>
|
|
|
<body>
|
|
|
<script id='jupyter-config-data' type="application/json">{ "baseUrl": "{{base_url}}" }</script>
|