mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 17:08:30 +01:00
use local notie
This commit is contained in:
parent
a99bc462e5
commit
c908b6631d
1 changed files with 3 additions and 2 deletions
|
@ -43,8 +43,9 @@
|
||||||
<script src="/static/vendor/clipboard.min.js"></script>
|
<script src="/static/vendor/clipboard.min.js"></script>
|
||||||
|
|
||||||
<!-- Notie -->
|
<!-- Notie -->
|
||||||
<link rel="stylesheet" type="text/css" href="https://unpkg.com/notie/dist/notie.min.css">
|
<link rel="stylesheet" type="text/css"
|
||||||
<script src="/static/vendor/notie.min.js"></script>
|
href="{{ url_for('static', filename='node_modules/notie/dist/notie.min.css') }}">
|
||||||
|
<script src="{{ url_for('static', filename='node_modules/notie/dist/notie.min.js') }}"></script>
|
||||||
|
|
||||||
<!-- IntroJS -->
|
<!-- IntroJS -->
|
||||||
<link rel="stylesheet" type="text/css" href="/static/vendor/introjs.min.css">
|
<link rel="stylesheet" type="text/css" href="/static/vendor/introjs.min.css">
|
||||||
|
|
Loading…
Reference in a new issue