aboutsummaryrefslogtreecommitdiff
path: root/app/components/app/app.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/app/app.html')
-rw-r--r--app/components/app/app.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/components/app/app.html b/app/components/app/app.html
new file mode 100644
index 0000000..a8a1969
--- /dev/null
+++ b/app/components/app/app.html
@@ -0,0 +1,6 @@
+<router-outlet></router-outlet>
+<footer>PEV 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>