Added login

This commit is contained in:
2018-11-14 13:16:42 -05:00
parent 83a61d50c7
commit d91f649a1c
9 changed files with 101 additions and 15 deletions

View File

@ -0,0 +1,10 @@
<div class="my-5 text-center">
<div>
<h1 class="d-inline mr-2">Home Front</h1>
<span style="color: #b7b7b7">v{{environment.version}}</span>
</div>
<img src="assets/icon-white.png" class="mt-4" width="275px" height="auto">
</div>
<div class="text-center pt-5">
<button mat-stroked-button class="mt-5" (click)="login()">Login With Google</button>
</div>