diff options
Diffstat (limited to 'public/index.php')
| -rw-r--r-- | public/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php index 4b26c8a..51c0e7d 100644 --- a/public/index.php +++ b/public/index.php @@ -160,8 +160,11 @@ $privacy_exists = is_file($_SERVER['DOCUMENT_ROOT'] . '/static/PRIVACY.txt'); <?php else: ?> <title><?= INSTANCE_NAME ?></title> <?php endif; ?> + <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/static/style.css"> <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon"> + <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> + <meta name="theme-color" content="#ffe1d4"> </head> <body> |
