36 lines
935 B
HTML
36 lines
935 B
HTML
{% extends "main.html" %} {% block extrahead %}
|
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/home.css' | url }}" />
|
|
{% endblock %} {% block tabs %} {% 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 %}
|