Fix undeclared character encoding on homepage

Update vertical position of homepage content block
This commit is contained in:
2021-04-03 11:53:55 -04:00
parent 68c05bd4d5
commit 32d7f4d848
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<!-- Web crawler and search indexing meta -->
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>