Added viewport meta so everythign looks good on mobile
This commit is contained in:
parent
d21bd92d2a
commit
739a2ece6c
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename = 'bootstrap4.min.css') }}" />
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename = 'bootstrap4.min.css') }}" />
|
||||||
<script src="{{ url_for('static', filename = 'jquery-3.2.1.min.js') }}"></script>
|
<script src="{{ url_for('static', filename = 'jquery-3.2.1.min.js') }}"></script>
|
||||||
<script src="{{ url_for('static', filename = 'bootstrap4.min.js') }}" ></script>
|
<script src="{{ url_for('static', filename = 'bootstrap4.min.js') }}" ></script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue