]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+about/about-peertube/about-peertube-contributors.component.html
de60754cb4a3a63e60d28eea9fc7a96507e04e98
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-peertube / about-peertube-contributors.component.html
1 <div class="peertube-contributors">
2 <h3 i18n class="section-title">Who made this software?</h3>
3
4 <p align="center">
5 <strong>Developed with &#10084; by <a target="_blank" rel="noopener noreferrer" href="https://framasoft.org">Framasoft</a></strong>
6 </p>
7
8 <p align="center">
9 <a target="_blank" rel="noopener noreferrer" href="https://framasoft.org">
10 <img width="150px" src="/client/assets/images/framasoft.png" alt="Framasoft logo"/>
11 </a>
12 </p>
13
14 <div [innerHTML]="creditsHtml"></div>
15 </div>