mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-24 10:18:51 +00:00
35 lines
903 B
HTML
35 lines
903 B
HTML
{% extends "main.html" %} {% block extrahead %}
|
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/home.css' | url }}" />
|
|
{% endblock %} {% block site_nav%} {% endblock %} {% block content %}
|
|
|
|
<section>
|
|
<div class="item">
|
|
Deluge is a lightweight, Free Software, cross-platform BitTorrent client.
|
|
<ul>
|
|
<li>Full Encryption</li>
|
|
<li>Web User Interface</li>
|
|
<li>Plugin System</li>
|
|
<li>Much more...</li>
|
|
</ul>
|
|
<a href="/about">Learn More</a>
|
|
</div>
|
|
<div class="item">
|
|
<h2>Get started</h2>
|
|
|
|
<p>Check out our guides to learn how to setup and use Deluge.</p>
|
|
|
|
<a href="/userguide">User guide</a>
|
|
</div>
|
|
<div class="item">
|
|
<h2>Download</h2>
|
|
|
|
<p>Available for Linux, macOS and Windows.</p>
|
|
|
|
<p>Latest version: <b>2.1.1</b></p>
|
|
|
|
<a href="/download">Download now</a>
|
|
</div>
|
|
</section>
|
|
|
|
{% endblock %} {% block footer%} {% endblock %}
|