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
4f3de806d0
commit
309b93ff9b
1 changed files with 13 additions and 4 deletions
|
|
@ -2,12 +2,21 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
||||
<!-- For IE <= 9 -->
|
||||
<!--[if IE]>
|
||||
<meta
|
||||
http-equiv="REFRESH"
|
||||
content="0; url=https://filterlists.com/tpl.html"
|
||||
/>
|
||||
<script type="text/javascript">
|
||||
window.location = "https://filterlists.com/tpl.html";
|
||||
</script>
|
||||
<![endif]-->
|
||||
|
||||
<!-- For IE > 9 -->
|
||||
<script type="text/javascript">
|
||||
if (window.navigator.msPointerEnabled) {
|
||||
window.location = "https://filterlists.com/tpl.html";
|
||||
}
|
||||
</script>
|
||||
|
||||
<link
|
||||
rel="shortcut icon"
|
||||
href="https://filterlists.com/icon_filterlists.png"
|
||||
|
|
|
|||
Loading…
Reference in a new issue