2020-04-04 20:11:06 +02:00
|
|
|
{% extends "layout.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
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
|
|
|
|
networking mode. We're lurking in <a href="https://cell.hbbs.decentral1.se">cell.hbbs.decentral1.se</a>.
|
|
|
|
</p>
|
2020-04-04 20:11:06 +02:00
|
|
|
{% endblock %}
|