diff options
Diffstat (limited to 'django/views/templates/technical_404.html')
| -rw-r--r-- | django/views/templates/technical_404.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/views/templates/technical_404.html b/django/views/templates/technical_404.html index f7a60d23fb..899e405568 100644 --- a/django/views/templates/technical_404.html +++ b/django/views/templates/technical_404.html @@ -3,6 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Page not found at {{ request.path_info }}</title> + <meta name="color-scheme" content="light" /> <meta name="robots" content="NONE,NOARCHIVE"> <style> html * { padding:0; margin:0; } |
