|
@@ -1,14 +1,13 @@
|
|
|
<!doctype html>
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
- <meta charset="utf-8">
|
|
|
- <link rel="stylesheet" type="text/css" href="index.css">
|
|
|
+ <title>FileBrowser Demo</title>
|
|
|
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
|
|
|
- <title>Jupyter Terminal Demo</title>
|
|
|
+ <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">{ "wsUrl": "{{ws_url}}" }</script>
|
|
|
+ <script id='jupyter-config-data' type="application/json">{ "baseUrl": "{{base_url}}" }</script>
|
|
|
<script src="build/bundle.js"></script>
|
|
|
-
|
|
|
</body>
|
|
|
</html>
|