Show More
@@ -0,0 +1,30 b'' | |||
|
1 | <!DOCTYPE HTML> | |
|
2 | ||
|
3 | <head> | |
|
4 | <meta charset="utf-8"> | |
|
5 | ||
|
6 | ||
|
7 | <title>IPython Notebook Browser</title> | |
|
8 | <meta name="description" content="Browser for local IPython notebooks"> | |
|
9 | <meta name="author" content="IPython dev team"> | |
|
10 | ||
|
11 | <link rel="stylesheet" href="static/css/nbbrowser.css" type="text/css" /> | |
|
12 | <link rel="stylesheet" href="static/jquery/css/jquery.wijmo-open.1.1.3.css" type="text/css" /> | |
|
13 | <link rel="stylesheet" href="static/jquery/css/themes/aristo/jquery-wijmo.css" type="text/css" /> | |
|
14 | ||
|
15 | ||
|
16 | </head> | |
|
17 | ||
|
18 | <body> | |
|
19 | ||
|
20 | ||
|
21 | ||
|
22 | <!-- JavaScript at the bottom for fast page loading --> | |
|
23 | ||
|
24 | <script src="static/jquery/js/jquery-1.5.1.min.js" type="text/javascript" charset="utf-8"></script> | |
|
25 | <script src="static/jquery/js/jquery-ui-1.8.10.custom.min.js" type="text/javascript" charset="utf-8"></script> | |
|
26 | <script src="static/jquery/js/jquery.wijmo-open.1.1.3.min.js" type="text/javascript" charset="utf-8"></script> | |
|
27 | <script src="static/js/nbbrowser.js" type="text/javascript" charset="utf-8"></script> | |
|
28 | ||
|
29 | </body> | |
|
30 | </html> No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now