hbbs.decentral1.se/hbbs/templates/participate.html
2020-04-05 19:46:27 +02:00

13 lines
478 B
HTML

{% extends "layout.html" %}
{% block content %}
<div id="participate-text">
<p>
We're exploring peer-to-peer technologies for file sharing through our own
networks. Due to the copyright regime, we're still in friend-to-friend
networking mode. We're lurking <a href="https://cell.hbbs.decentral1.se">here</a> and we're
publishing our technical approaches to sharing on <a href="https://wiki.hbbs.decentral1.se/">our wiki</a>.
</p>
</div>
{% endblock %}