|
@@ -2,7 +2,7 @@
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
- <title>Interactive notebook</title>
|
|
|
+ <title>PyWebIO</title>
|
|
|
|
|
|
<link href="css/mditor.min.css" rel="stylesheet">
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css"
|
|
@@ -17,7 +17,7 @@
|
|
|
<div tabindex="1" class="mditor preview">
|
|
|
<div class="head">
|
|
|
<ul class="toolbar">
|
|
|
- <span id="title">Interactive notebook</span>
|
|
|
+ <span id="title">PyWebIO</span>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="body">
|
|
@@ -34,6 +34,10 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+<footer class="footer">
|
|
|
+ Powered by <a href="https://github.com/wang0618/PyWebIO" target="_blank">PyWebIO</a>
|
|
|
+</footer>
|
|
|
+
|
|
|
<script src="js/mustache.min.js"></script>
|
|
|
|
|
|
<script src="js/codemirror.js"></script>
|