summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/views/header.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/views/header.php b/application/views/header.php
index 2d4e021c5..be0cffdab 100644
--- a/application/views/header.php
+++ b/application/views/header.php
@@ -8,6 +8,7 @@ if (is_cli_client() && !isset($force_full_html)) {
<head>
<meta charset="utf-8">
<title><?php echo isset($title) ? $title : 'FileBin'; ?></title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex,nofollow" />
<meta name="description" content="">
<meta name="author" content="">