Add meta viewport for mobile support

This commit is contained in:
Zhaofeng Li 2018-11-27 17:26:26 -08:00 committed by Simon Marsh
parent 0350ff6922
commit fab6aa8859

View File

@ -3,6 +3,7 @@
<title>{{config.DOMAIN|capitalize}} looking glass</title>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/bootstrap-reboot.min.css') }}">
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/bootstrap.min.css') }}">
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/datatables.min.css') }}">