diff options
Diffstat (limited to 'public/uploaders.php')
| -rw-r--r-- | public/uploaders.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/uploaders.php b/public/uploaders.php index e60195b..95652a4 100644 --- a/public/uploaders.php +++ b/public/uploaders.php @@ -21,11 +21,13 @@ foreach (FILE_ACCEPTED_MIME_TYPES as $k => $v) { <head> <title>Uploaders - <?= INSTANCE_NAME ?></title> + <meta name="description" content="<?= INSTANCE_NAME ?> configuration for custom file uploader software"> <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"> + <meta name="robots" content="noindex, nofollow"> </head> <body> |
