feat(web): redirect IE users to tpl.html

This commit is contained in:
Collin M. Barrett 2020-09-07 13:17:05 -05:00
parent a72b59ab98
commit 555c6fa5ff

View file

@ -2,6 +2,12 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<!--[if IE]>
<meta
http-equiv="REFRESH"
content="0; url=https://filterlists.com/tpl.html"
/>
<![endif]-->
<link
rel="shortcut icon"
href="https://filterlists.com/icon_filterlists.png"