0
0
Fork 0

a11y: Add HTML lang attribute and utf8 encoding meta tag

See: https://dequeuniversity.com/rules/axe/2.1/html-has-lang
This commit is contained in:
Frederic Hemberger 2016-11-02 11:01:18 +01:00
parent dd03118098
commit d991869498
4 changed files with 7 additions and 5 deletions

View file

@ -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>