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

@ -5,7 +5,7 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en-US">
<head>
<title>Forbidden - Snowcake</title>
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">