fix for faq on old browser proxy

This commit is contained in:
Kyle Drake 2023-03-28 21:02:59 +00:00
parent bb4aaba71b
commit a0b3216ec8

View file

@ -235,14 +235,14 @@
<div class="accordion-group"> <div class="accordion-group">
<div class="accordion-heading"> <div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" href="#cten"> <a class="accordion-toggle" data-toggle="collapse" href="#celeven">
How can I load Neocities sites on old web browsers? How can I load Neocities sites on old web browsers?
</a> </a>
</div> </div>
<div id="cten" class="accordion-body collapse"> <div id="celeven" class="accordion-body collapse">
<div class="accordion-inner"> <div class="accordion-inner">
<p> <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 We recommend using an "old web browser" proxy server 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. 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> </p>
</div> </div>