diff options
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r-- | static/website/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index a5e746e..4162e42 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -168,4 +168,5 @@ }); }); </script> +<script src="{% static 'website/js/nice-bar.js' %}"></script> {% endblock %} |