add FAQ on how to use old browsers

This commit is contained in:
Kyle Drake 2023-03-28 15:07:04 -05:00
parent f109b416a0
commit 3774d2cb4f

View file

@ -233,6 +233,21 @@
</div> </div>
</div> </div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" href="#cten">
How can I load Neocities sites on old web browsers?
</a>
</div>
<div id="cten" class="accordion-body collapse">
<div class="accordion-inner">
<p>
We recommend using an "old web browser" proxy service like <a href="https://github.com/atauenis/webone">WebOne</a> or <a href="https://github.com/tenox7/wrp">WRP</a>. These translate between modern browser
standards and old browser standards, allowing for us to provide the speed and security of the new web without compromising the ability to use old browsers.
</p>
</div>
</div>
</div>
</div> </div>