mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
add lang=en to main layout, bump out old IE hacks that were never used anyways
This commit is contained in:
parent
9b00bd0169
commit
8dfb60fe55
2 changed files with 2 additions and 4 deletions
|
@ -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"> -->
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue