hbbs.decentral1.se/hbbs/templates/participate.html

13 lines
503 B
HTML
Raw Normal View History

2020-04-04 20:11:06 +02:00
{% extends "layout.html" %}
{% block content %}
2020-04-05 13:33:51 +02:00
<div id="participate-text">
2020-04-05 12:36:37 +02:00
<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
2020-04-05 19:10:07 +02:00
networking mode. We're lurking in <a href="https://cell.hbbs.decentral1.se">cell.hbbs.decentral1.se</a>. We
share our technical approaches to sharing on <a href="https://wiki.hbbs.decentral1.se/">wiki.hbbs.decentral1.se</a>.
2020-04-05 12:36:37 +02:00
</p>
2020-04-05 13:33:51 +02:00
</div>
2020-04-04 20:11:06 +02:00
{% endblock %}