diff options
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/layout.html b/templates/layout.html index 106ca8c..348df3e 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -5,10 +5,10 @@ <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="format-detection" content="telephone=no"> <link rel=stylesheet type=text/css href="{{ url_for('static', filename='style.css') }}"> -<link rel="stylesheet" media="screen and (max-width: 800px)" -href="{{ url_for('static', filename='small.css') }}" /> +<link rel="stylesheet" media="screen and (max-width: 800px)" href="{{ url_for('static', filename='small.css') }}" /> +<script type=text/javascript src="{{ url_for('static', filename='jquery.js') }}"></script> -{#<script type=text/javascript src="{{ url_for('static', filename='jquery.js') }}"></script> +{# <script type=text/javascript src="{{ url_for('static', filename='pastebin.js') }}"></script> <script type=text/javascript> pastebin.urlRoot = {{ request.url_root|tojson|safe }}; |