Link to the app added to the home page

This commit is contained in:
Fabio Manganiello 2021-03-26 01:20:31 +01:00
parent 2b87b2a16d
commit 8679adb842

View file

@ -43,6 +43,9 @@
<div class="item">
<a href="https://git.platypush.tech/platypush/platypush/-/wikis/home">Wiki</a>
</div>
<div class="item">
<a href="https://f-droid.org/en/packages/tech.platypush.platypush/" target="_blank">App</a>
</div>
</div>
<div class="right is-mobile">
@ -195,7 +198,9 @@
<div class="content">
<tt>backend.http</tt> also provides a web panel that will allow you to easily control all of your
integrations from a single place, on top of exposing a simple JSON-RPC API that allows you to
control your integrations from any place and any script.
control your integrations from any place and any script. The web interface is responsive, works on
any device, and you can easily use it to control multiple instances through the
<a href="https://f-droid.org/en/packages/tech.platypush.platypush/" target="_blank">mobile app</a>.
</div>
</div>
</section>
@ -376,6 +381,9 @@
<div class="item">
<a href="https://git.platypush.tech/platypush/platypush/-/wikis/home" target="_blank">Wiki</a>
</div>
<div class="item">
<a href="https://f-droid.org/en/packages/tech.platypush.platypush/" target="_blank">App</a>
</div>
</div>
</main>
</body>