summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-20 19:11:21 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-20 19:11:21 +0200
commit191a51fe521256b80992c2731567e59ac9651462 (patch)
tree784156df803001f7335a860fd9382ca6bb1908a6 /src
parent67ce217d66c99e4b3b3221703aa3b45e3323676f (diff)
Viewport tag didn't work out the way I wanted
Diffstat (limited to 'src')
-rw-r--r--src/template.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/template.php b/src/template.php
index a4bcca1..6e2ad0c 100644
--- a/src/template.php
+++ b/src/template.php
@@ -3,7 +3,6 @@
<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 name="viewport" content="initial-scale=1,shrink-to-fit=yes">
<title><?= htmlentities($title) ?></title>
<link rel="stylesheet" href="/static/style.css" type="text/css" />
</head>