Ensure that the DOCTYPE declaration is present in every html file and correct html locale headers

This commit is contained in:
Primrose 2022-11-19 22:13:24 -05:00
parent 308be7b9b2
commit 0ce04f3889
20 changed files with 36 additions and 19 deletions

View file

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