aboutsummaryrefslogtreecommitdiff
path: root/app/components/app/app.html
blob: b87937f2917e91d5ecde1ff9325665a004f94e68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<nav>
   <div class="nav-container">
      <a class="btn btn-primary btn-lg pull-right" [routerLink]="['/PlanNew']">new plan</a>
      <a [routerLink]="['PlanList']">plans</a>
   </div>
</nav>

<router-outlet></router-outlet>

<footer><strong>pev</strong> is made by
   <a href="http://tatiyants.com/">Alex Tatiyants</a>
   <a href="https://twitter.com/AlexTatiyants"><i class="fa fa-twitter"></i></a>
   <a href="https://github.com/AlexTatiyants"><i class="fa fa-github"></i></a>
</footer>