10 lines
340 B
HTML
10 lines
340 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
<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>
|
|
{% endblock %}
|