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:
Aircoookie 2023-06-16 12:02:09 +02:00
parent c361c34b16
commit ea964124d6
2 changed files with 543 additions and 546 deletions

View File

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