about summary refs log tree commit diff
path: root/public/500.html
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2016-11-02 11:04:27 +0100
committerGitHub <noreply@github.com>2016-11-02 11:04:27 +0100
commit0a6b5e2c17be11c431d5b5b3d188db7e5021d914 (patch)
tree836f17e3cd94bded6ece65b00a8cc524fa4b96e0 /public/500.html
parentdd03118098d342398f91b56bd2f27d370bc5b661 (diff)
parentd99186949813d1ac142c4927ffeab543aeef6868 (diff)
Merge pull request #125 from fhemberger/fix/a11y-language
a11y: Add HTML lang attribute and utf8 encoding meta tag
Diffstat (limited to 'public/500.html')
-rw-r--r--public/500.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/500.html b/public/500.html
index 061abc587..af46b8a5a 100644
--- a/public/500.html
+++ b/public/500.html
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
+  <meta charset="utf-8">
   <title>We're sorry, but something went wrong (500)</title>
   <meta name="viewport" content="width=device-width,initial-scale=1">
   <style>