diff options
Diffstat (limited to 'src/template.php')
-rw-r--r-- | src/template.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/template.php b/src/template.php index ca781b9..69b51f3 100644 --- a/src/template.php +++ b/src/template.php @@ -8,6 +8,9 @@ $nav = fn(string $ln) => <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> + <meta http-equiv="imagetoolbar" content="no" /> + <meta http-equiv="MSThemeCompatible" content="no" /> + <meta name="format-detection" content="telephone=no" /> <title><?= htmlentities($params["title"] ?? "") ?></title> <link rel="stylesheet" href="/static/style.css" type="text/css" /> </head> |