Skip to content
Snippets Groups Projects
Commit 846a7ca4 authored by Lars Beckers's avatar Lars Beckers
Browse files

move to locally provided js and css files

however, i don't know where to retrieve a local-only version of some
files (customized design css, google fonts)
parent 61862327
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -3,19 +3,19 @@ ...@@ -3,19 +3,19 @@
<head> <head>
{% block head %} {% block head %}
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.4/material.red-blue.min.css" />
<script src="https://storage.googleapis.com/code.getmdl.io/1.0.0/material.min.js"></script>
<script src="{{ url_for('static', filename='js/sorttable.js') }}"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<meta name="description" content="moderation tool for handling speaking order">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes">
<meta name="description" content="moderation tool for handling speaking order">
<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.4/material.red-blue.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" /> <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" />
<title>{% block title %}Unknown Page{% endblock %} - Redeleitsystem</title> <script src="{{ url_for('static', filename='js/material.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/sorttable.js') }}"></script>
<script src="{{ url_for("update_time_js") }}" async></script> <script src="{{ url_for("update_time_js") }}" async></script>
{% block additional_js %} {% block additional_js %}
<!-- Place to insert more .js-files --> <!-- Place to insert more .js-files -->
{% endblock %} {% endblock %}
<title>{% block title %}Unknown Page{% endblock %} - Redeleitsystem</title>
{% endblock %} {% endblock %}
</head> </head>
<body> <body>
...@@ -93,6 +93,5 @@ ...@@ -93,6 +93,5 @@
{% endblock %} {% endblock %}
</div> </div>
</main> </main>
<script src="http://www.getmdl.io/material.min.js"></script>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment