diff options
-rw-r--r-- | template/template/template.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/template/template.html b/template/template/template.html index bab81f3..f483f79 100644 --- a/template/template/template.html +++ b/template/template/template.html @@ -15,7 +15,8 @@ <meta name="keywords" content="sublab, Hackerspace, Leipzig, Computer, Linux, Freie Software, $template_keywords"> <meta name="description" lang="de" content="$template_desc_de"> <meta name="description" lang="en" content="$template_desc_en"> - + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/css/bootstrap.min.css" type="text/css"> <link rel="stylesheet" href="/css/sublab.bootstrap.css" type="text/css"> <link rel="stylesheet" href="/css/sublab.status.css" type="text/css"> |