diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 8d51f29..99a419b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,6 +8,7 @@ <title>{% block title %}{{ title }}{% endblock %}</title> <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet"> <link rel="stylesheet" href="{{ url_for('static', filename='main.css') }}"> + <script src="{{ url_for('static', filename='jquery.js') }}"></script> </head> <body> <div id="content" class="content"> |