aboutsummaryrefslogtreecommitdiff
path: root/fn/fn.php
diff options
context:
space:
mode:
Diffstat (limited to 'fn/fn.php')
-rw-r--r--fn/fn.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/fn/fn.php b/fn/fn.php
index d42b7e8..79007ef 100644
--- a/fn/fn.php
+++ b/fn/fn.php
@@ -21,14 +21,17 @@ function secure()
}
}
-function head($title) {
+function head($title)
+{
?>
<head>
<meta charset="utf8" />
+ <meta name="viexport" content="width=device-width" />
<link href="/css/style.css" rel="stylesheet" />
<title><?= $title ?></title>
</head>
<?php
+
}
?>