Ensure that the DOCTYPE declaration is present in every html file and correct html locale headers
This commit is contained in:
parent
308be7b9b2
commit
0ce04f3889
20 changed files with 36 additions and 19 deletions
|
@ -1,9 +1,10 @@
|
|||
<!--Page design by Lilium_Snow (Primrose)-->
|
||||
<!--This HTML document is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode-->
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue