diff options
author | Jonas Kohl | 2024-07-21 20:08:31 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-21 20:08:31 +0200 |
commit | 557844b64120c3c08afa3f4364f1a6fdff7daffd (patch) | |
tree | 7511a26f1ad0ba47b0f738f108e62b96ab74fafd /src/template.php | |
parent | d79fb0f0ce4744974d45d7d4e80c3af8c2cca717 (diff) |
Add more content
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> |