aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-peertube/about-peertube-contributors.component.html
blob: 4e7d2389bba098b88f75c1c5255f8bace6e2217e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="peertube-contributors">
  <p class="framasoft">
    <strong i18n>Developed with &#10084; by <a target="_blank" rel="noopener noreferrer" href="https://framasoft.org">Framasoft</a></strong>
  </p>

  <p>
    <a target="_blank" rel="noopener noreferrer" href="https://framasoft.org">
      <img width="150px" src="/client/assets/images/framasoft.png" alt="Framasoft logo"/>
    </a>
  </p>

  <div [innerHTML]="creditsHtml"></div>
</div>