aboutsummaryrefslogtreecommitdiff
path: root/pyenc/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyenc/templates/base.html')
-rw-r--r--pyenc/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyenc/templates/base.html b/pyenc/templates/base.html
index b927b3d..a1c8874 100644
--- a/pyenc/templates/base.html
+++ b/pyenc/templates/base.html
@@ -7,6 +7,7 @@
<link rel="icon" href="{{ url_for('static', filename='icon.svg') }}"/>
<link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet"/>
<!-- <script type="module" src="{{ url_for('static', filename='js/script.js') }}"></script> -->
+ <script src="{{ url_for('static', filename='js/script2.js') }}"></script>
<title>Puppet Classifier</title>
</head>
<body>