diff options
Diffstat (limited to 'gn2/wqflask/templates')
-rwxr-xr-x | gn2/wqflask/templates/index_page.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gn2/wqflask/templates/index_page.html b/gn2/wqflask/templates/index_page.html index 30e3d9a3..eee4bd80 100755 --- a/gn2/wqflask/templates/index_page.html +++ b/gn2/wqflask/templates/index_page.html @@ -11,13 +11,13 @@ <script language="javascript" type="text/javascript" src="{{ url_for('js', filename='uikit/js/uikit.min.js') }}"></script> <script language="javascript" type="text/javascript" src="{{ url_for('js', filename='uikit/js/uikit-icons.min.js') }}"></script> -<script type="module" src="https://cdn.jsdelivr.net/npm/emfed@1.4.2/dist/emfed.min.js"></script> --> -<!--<script language="javascript" type="text/javascript" src="{{ url_for('js', filename='emfed/jsjs') }}"></script> --> +<!--locally built emfed package see source file:https://github.com/sampsyo/emfed --> +<script type="module" src="static/new/javascript/emfed.bundle.js"></script> <link rel="stylesheet" type="text/css" - href="https://cdn.jsdelivr.net/gh/sampsyo/emfed@1/toots.css"> - + href="static/new/css/toots.css"> <style TYPE="text/css"> + p.interact { display: none; } |