mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix noscript
This commit is contained in:
parent
19adafa6ec
commit
ff0c7219cd
1 changed files with 11 additions and 14 deletions
|
|
@ -23,20 +23,17 @@
|
|||
/>
|
||||
<link rel="canonical" href="https://filterlists.com/" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root">
|
||||
<p>
|
||||
FilterLists is built with ReactJS and therefore requires first-party
|
||||
JavaScript to be enabled. We do not use any third-party JavaScript, and
|
||||
your privacy is very important to us. If you prefer not to enable
|
||||
JavaScript or your browser does not support it, the data is also
|
||||
available on
|
||||
<a href="https://github.com/collinbarrett/FilterLists/tree/master/data"
|
||||
>our GitHub repo</a
|
||||
>.
|
||||
</p>
|
||||
</div>
|
||||
<div id="root"></div>
|
||||
<noscript>
|
||||
FilterLists is built with ReactJS and therefore requires first-party
|
||||
JavaScript to be enabled. We do not use any third-party JavaScript, and
|
||||
your privacy is very important to us. If you prefer not to enable
|
||||
JavaScript or your browser does not support it, the data is also available
|
||||
on
|
||||
<a href="https://github.com/collinbarrett/FilterLists/tree/master/data"
|
||||
>our GitHub repo</a
|
||||
>.
|
||||
</noscript>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue