feedless/app/views/download.ejs

17 lines
487 B
Plaintext
Raw Normal View History

2020-04-13 11:39:52 +02:00
<%- include('_header') %>
<div style="max-width: 800px; margin: 0 auto">
<h1>Download the app</h1>
2020-04-13 11:39:52 +02:00
<p style="padding: 20px 0">
If you don't trust this server to hold your credentials, download the app version,
it keeps all the data local, which means your credentials never leave your computer,
plus you can use Social offline
</p>
<p>
<a href="https://github.com/rogeriochaves/social/releases">Go to downloads page</a>
2020-04-13 11:39:52 +02:00
</p>
</div>
<%- include('_footer') %>