mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
30 lines
804 B
HTML
30 lines
804 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 to
|
|
send or receive files across a decentralized network.
|
|
<ul>
|
|
<li>Full Encryption</li>
|
|
<li>Web User Interface</li>
|
|
<li>Plugin System</li>
|
|
<li>Much more...</li>
|
|
</ul>
|
|
<a>Learn More</a>
|
|
</div>
|
|
<div class="item">
|
|
<h2>Get started</h2>
|
|
|
|
Check out our guides to learn how to setup and use Deluge.
|
|
</div>
|
|
<div class="item">
|
|
<h2>Download</h2>
|
|
|
|
Deluge 2.1.1 Download now Available for Linux, macOS and Windows.
|
|
</div>
|
|
</section>
|
|
|
|
{% endblock %}
|