diff options
Diffstat (limited to 'public/app/views/error/404.php')
| -rw-r--r-- | public/app/views/error/404.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/app/views/error/404.php b/public/app/views/error/404.php index 41f17da..95ec039 100644 --- a/public/app/views/error/404.php +++ b/public/app/views/error/404.php @@ -21,6 +21,7 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width initial-scale=1"> <title><?=$error_code?> : <?= $moto ?? 'Not found' ?></title> <style> |
