|
|
|
@ -4,6 +4,7 @@ |
|
|
|
<meta charset="utf-8"> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
|
|
<link rel="icon" href="{% static "img/favicon.ico" %}"> |
|
|
|
<title>{% block title %}PyDash v{{ version }}{% endblock %}</title> |
|
|
|
<link href="{% static "css/bootstrap.min.css" %}" rel="stylesheet"> |
|
|
|
<link href="{% static "css/bootstrap-responsive.min.css" %}" rel="stylesheet"> |
|
|
|
|