Remove IE compatibility tag
(saves a few bytes and IE10 is over 10 years old and unsupported) Correct HTML language attribute (Chrome would show a popup asking to translate from Portugese)
This commit is contained in:
parent
c361c34b16
commit
ea964124d6
@ -1,10 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="pt_BR">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="author" content="@ajotanc" />
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="@ajotanc">
|
||||
|
||||
<title>Pixel Magic Tool</title>
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user