aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/my-account/my-account.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/my-account/my-account.component.html')
-rw-r--r--client/src/app/my-account/my-account.component.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/client/src/app/my-account/my-account.component.html b/client/src/app/my-account/my-account.component.html
new file mode 100644
index 000000000..637b2587c
--- /dev/null
+++ b/client/src/app/my-account/my-account.component.html
@@ -0,0 +1,11 @@
1<div class="row">
2 <div class="sub-menu">
3 <a routerLink="/my-account/settings" routerLinkActive="active" class="title-page">My account</a>
4
5 <a routerLink="/my-account/videos" routerLinkActive="active" class="title-page">My videos</a>
6 </div>
7
8 <div class="margin-content">
9 <router-outlet></router-outlet>
10 </div>
11</div>