diff options
author | Marvin Borner | 2020-09-17 21:57:07 +0200 |
---|---|---|
committer | Marvin Borner | 2020-09-17 21:57:07 +0200 |
commit | 76fbbc2c6812d78999b20a2de7b419e1f0ed3e94 (patch) | |
tree | 5cbcd416a870f3697161710103b2629c9e947d75 /motto/public/index.html | |
parent | 47800e5226ed3cddcacbd68d35bc9a14dbddc5eb (diff) |
Server sync
Diffstat (limited to 'motto/public/index.html')
-rw-r--r-- | motto/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/motto/public/index.html b/motto/public/index.html index 008087a..c5c71f3 100644 --- a/motto/public/index.html +++ b/motto/public/index.html @@ -2,7 +2,7 @@ <html> <head> <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width" /> + <meta name="viewport" content="width=device-width, minimal-ui" /> <link rel="stylesheet" href="style.css" type="text/css" media="all" /> <title>Motto</title> </head> |