aboutsummaryrefslogtreecommitdiff
path: root/src/app/main-page/main-page.component.html
blob: cd09fb74caa3b632bb6eea792c2dedf6988bc54f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="">
  <h1 class="u-color-primary u-pv-x3 o-type-50">
    GNUnet Web User Interface
  </h1>
  <p class="u-pb-x2 o-type-28">
    Welcome to the GNUnet Web User Interface!<br>
  </p>
  <p class="u-pb-x2 o-type-28">
    This is an alternative to the graphical interface <span class="c-markdown">gnunet-gtk</span> and the command line tools.
  </p>
</div>
<app-rest-apis></app-rest-apis>