diff options
Diffstat (limited to 'client/src/app/+about/about-peertube/about-peertube.component.html')
-rw-r--r-- | client/src/app/+about/about-peertube/about-peertube.component.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/client/src/app/+about/about-peertube/about-peertube.component.html b/client/src/app/+about/about-peertube/about-peertube.component.html index d1e3e1b3c..5c63052d8 100644 --- a/client/src/app/+about/about-peertube/about-peertube.component.html +++ b/client/src/app/+about/about-peertube/about-peertube.component.html | |||
@@ -1,9 +1,13 @@ | |||
1 | <h1 i18n class="about-peertube-title"> | 1 | <h1 i18n class="about-peertube-title"> |
2 | About PeerTube | 2 | What is PeerTube? |
3 | </h1> | 3 | </h1> |
4 | 4 | ||
5 | <img class="mascot" width="121px" height="147px" src="/client/assets/images/mascot/default.png" alt="mascot" /> | ||
6 | |||
5 | <div class="description"> | 7 | <div class="description"> |
6 | <p i18n>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</p> | 8 | <p i18n> |
9 | PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. | ||
10 | </p> | ||
7 | 11 | ||
8 | <p i18n> | 12 | <p i18n> |
9 | It is a free and open-source software, under the <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE">AGPLv3 licence</a>. | 13 | It is a free and open-source software, under the <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE">AGPLv3 licence</a>. |