summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 3f6e97b..572e0dc 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,6 +7,7 @@
7 <link rel="stylesheet" href="{{ url_for('static', filename='skeleton.css') }}" type="text/css" /> 7 <link rel="stylesheet" href="{{ url_for('static', filename='skeleton.css') }}" type="text/css" />
8 <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" type="text/css" /> 8 <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" type="text/css" />
9 <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.png') }}"> 9 <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.png') }}">
10 <script defer src="{{url_for('static', filename='script.js') }}"></script>
10 </head> 11 </head>
11 <body> 12 <body>
12 <div class="container"> 13 <div class="container">