mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(web): ✨ redirect IE users to tpl.html
This commit is contained in:
parent
a72b59ab98
commit
555c6fa5ff
1 changed files with 6 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue