fix noscript

This commit is contained in:
Collin M. Barrett 2019-09-08 19:57:50 -05:00
parent 19adafa6ec
commit ff0c7219cd

View file

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