generated from hjess/PythonTemplateProject
https enforcement
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 33s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 33s
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<title>{% block title %}PortugalFAQ{% endblock %}</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', path='css/main.css',
|
||||
<link rel="stylesheet" href="{{ url_for('static', path='css/main.css') }}">
|
||||
</head>
|
||||
<body class="is-preload">
|
||||
<!-- Wrapper -->
|
||||
@@ -39,10 +39,10 @@
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="{{ url_for('static', path='js/jquery.min.js',_scheme='https')) }}"></script>
|
||||
<script src="{{ url_for('static', path='js/browser.min.js',_scheme='https')) }}"></script>
|
||||
<script src="{{ url_for('static', path='js/breakpoints.min.js',_scheme='https')) }}"></script>
|
||||
<script src="{{ url_for('static', path='js/util.js',_scheme='https')) }}"></script>
|
||||
<script src="{{ url_for('static', path='js/main.js',_scheme='https')) }}"></script>
|
||||
<script src="{{ url_for('static', path='js/jquery.min.js') }}"></script>
|
||||
<script src="{{ url_for('static', path='js/browser.min.js') }}"></script>
|
||||
<script src="{{ url_for('static', path='js/breakpoints.min.js') }}"></script>
|
||||
<script src="{{ url_for('static', path='js/util.js') }}"></script>
|
||||
<script src="{{ url_for('static', path='js/main.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user