add lang=en to main layout, bump out old IE hacks that were never used anyways

This commit is contained in:
Kyle Drake 2023-12-24 12:35:30 -06:00
parent 9b00bd0169
commit 8dfb60fe55
2 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,5 @@
<!doctype html>
<!--[if IE 8 ]><html lang="en" class="ieAll ie8"><![endif]-->
<!--[if IE 9 ]><html lang="en" class="ieAll ie9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]-->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- <link rel="manifest" href="/manifest.json"> -->

View file

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<title><%= title %></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">