aboutsummaryrefslogtreecommitdiff
path: root/pyenc/templates/base.html
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-17 02:19:27 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-17 02:19:27 +0200
commit5ae80ca783823bcd25f216be922dce16a13ad5e2 (patch)
tree9b49cffabab8b795c6986a02b72780c2bceb50d7 /pyenc/templates/base.html
parentAdd sample icon. (diff)
downloadpuppet-classifier-master.tar.gz
puppet-classifier-master.tar.xz
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>