feedless/web/views/shared/download.ejs

16 lines
512 B
Plaintext
Raw Normal View History

<%- include('../desktop/_header') %>
2020-04-13 11:39:52 +02:00
<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,
2020-04-29 07:26:10 +02:00
plus you can use Feedless offline
2020-04-13 11:39:52 +02:00
</p>
<p>
2020-04-29 07:26:10 +02:00
<a href="https://github.com/rogeriochaves/feedless/releases">Go to downloads page</a>
2020-04-13 11:39:52 +02:00
</p>
</div>
<%- include('../desktop/_footer') %>