diff options
Diffstat (limited to 'html/app/views/error/404.php')
| -rw-r--r-- | html/app/views/error/404.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/app/views/error/404.php b/html/app/views/error/404.php index f594860..2b67e8d 100644 --- a/html/app/views/error/404.php +++ b/html/app/views/error/404.php @@ -1,7 +1,7 @@ -<html> - <head> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> <title>404: Not Found</title> <style> |
