Add HTML lang element to match main header.php

This commit is contained in:
Marcus Hill
2023-01-23 20:56:08 +00:00
parent 95b9e2fe23
commit 49da4d7fd4

View File

@@ -6,7 +6,7 @@
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -65,4 +65,4 @@
<br> <br>
<!-- Page content container --> <!-- Page content container -->
<div class="container"> <div class="container">