diff options
| author | ilotterytea <iltsu@alright.party> | 2025-10-06 14:12:12 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-10-06 14:12:12 +0500 |
| commit | 866a6930e141ae2c56acb0aade801440f19180c5 (patch) | |
| tree | 6f72ebf601c65f36451e6214498fd91223d029e4 /public/stats.php | |
| parent | 512783782f87fef2be2d70bbd301e1b73c361fff (diff) | |
feat: description tag + robots tag
Diffstat (limited to 'public/stats.php')
| -rw-r--r-- | public/stats.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/stats.php b/public/stats.php index 56a2acd..cd1b571 100644 --- a/public/stats.php +++ b/public/stats.php @@ -86,11 +86,13 @@ $file_stats['approx_filesize'] = format_filesize($file_stats['approx_filesize']) <head> <title>Statistics - <?= INSTANCE_NAME ?></title> + <meta name="description" content="The statistics 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="theme-color" content="#ffe1d4"> + <meta name="robots" content="noindex, nofollow"> </head> <body> |
