simplify noscript copy

This commit is contained in:
Collin M. Barrett 2019-09-08 20:06:43 -05:00
parent ff0c7219cd
commit 0ee13f9712

View file

@ -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>