diff options
Diffstat (limited to 'public/catalogue.php')
| -rw-r--r-- | public/catalogue.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/catalogue.php b/public/catalogue.php index a580996..407eedb 100644 --- a/public/catalogue.php +++ b/public/catalogue.php @@ -63,10 +63,12 @@ unset($f); <head> <title>File Catalogue (Page <?= $page + 1 ?>/<?= $max_pages ?>) - <?= INSTANCE_NAME ?></title> + <meta name="description" content="Library of <?= INSTANCE_NAME ?>"> <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="robots" content="noindex, nofollow"> <meta name="theme-color" content="#ffe1d4"> </head> |
