diff options
Diffstat (limited to 'public/report.php')
| -rw-r--r-- | public/report.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/report.php b/public/report.php index 9ede7b4..c25c0b7 100644 --- a/public/report.php +++ b/public/report.php @@ -116,11 +116,13 @@ if (!is_file(FILE_UPLOAD_DIRECTORY . "/{$file_id}")) { <head> <title>Report - <?= INSTANCE_NAME ?></title> + <meta name="description" content="Report a file that needs to be deleted from the <?= INSTANCE_NAME ?> servers"> <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> |
