aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-06-27 14:21:03 +0200
committerChocobozzz <me@florianbigard.com>2018-06-27 14:59:09 +0200
commit78f912ed5733028ec2bf10c06c19f75b07943be2 (patch)
tree4bf9692230deabc4e050e5a7de126b38901969e9 /client/src/app/+about/about.component.html
parent61b909b9bf849516f30dab2bf5977acfbbddc5c6 (diff)
downloadPeerTube-78f912ed5733028ec2bf10c06c19f75b07943be2.tar.gz
PeerTube-78f912ed5733028ec2bf10c06c19f75b07943be2.tar.zst
PeerTube-78f912ed5733028ec2bf10c06c19f75b07943be2.zip
Improve P2P & Privacy section
Diffstat (limited to 'client/src/app/+about/about.component.html')
-rw-r--r--client/src/app/+about/about.component.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/client/src/app/+about/about.component.html b/client/src/app/+about/about.component.html
new file mode 100644
index 000000000..8c50835c1
--- /dev/null
+++ b/client/src/app/+about/about.component.html
@@ -0,0 +1,14 @@
1<div class="row">
2 <div class="sub-menu">
3
4 <div class="links">
5 <a i18n routerLink="instance" routerLinkActive="active" class="title-page">Instance</a>
6
7 <a i18n routerLink="peertube" routerLinkActive="active" class="title-page">PeerTube</a>
8 </div>
9 </div>
10
11 <div class="margin-content">
12 <router-outlet></router-outlet>
13 </div>
14</div> \ No newline at end of file