summaryrefslogtreecommitdiff
path: root/public/app/views/error
diff options
context:
space:
mode:
Diffstat (limited to 'public/app/views/error')
-rw-r--r--public/app/views/error/404.php1
-rw-r--r--public/app/views/error/general.php1
2 files changed, 2 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>
diff --git a/public/app/views/error/general.php b/public/app/views/error/general.php
index 6ed984b..28a1531 100644
--- a/public/app/views/error/general.php
+++ b/public/app/views/error/general.php
@@ -18,6 +18,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta name="viewport" content="width=device-width initial-scale=1">
<title>
<?= isset($title)
? (SITE_TITLE .": ". $title)