Skip to content

Commit 9c67605

Browse files
A11y: Document encoding should be in the page first 1024 bytes. (#299)
1 parent 0ce5e3f commit 9c67605

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

editor.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="en" data-useragent="Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)">
3-
<!--
3+
<head>
4+
<meta charset="utf-8">
5+
<!--
46
.:://++++++//:-.
57
.++/::++++++++++++/`
68
:++ /+++++++++++/:
@@ -57,9 +59,7 @@
5759
Happy hacking,
5860

5961
Nicholas and Damien.
60-
-->
61-
<head>
62-
<meta charset="utf-8">
62+
-->
6363
<title>Python editor</title>
6464
<meta name="viewport" content="width=device-width,initial-scale=1">
6565
<link rel="stylesheet" type="text/css" href="static/css/style.css" />

0 commit comments

Comments
 (0)