mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
simplify noscript copy
This commit is contained in:
parent
ff0c7219cd
commit
0ee13f9712
1 changed files with 9 additions and 8 deletions
|
|
@ -26,14 +26,15 @@
|
|||
<body>
|
||||
<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
|
||||
>.
|
||||
<p>
|
||||
FilterLists is built with JavaScript which does not seem to be supported
|
||||
by or enabled in your browser.
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://github.com/collinbarrett/FilterLists"
|
||||
>FilterLists on GitHub</a
|
||||
>
|
||||
</p>
|
||||
</noscript>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue