diff options
| author | crupest <crupest@outlook.com> | 2019-02-15 16:08:08 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2019-02-15 16:08:08 +0800 |
| commit | 3517512c4a6fa7eb61b8c5e5eca38c52c5577631 (patch) | |
| tree | 1a5bf9be6a45b91f5b770c1ed0935246df93346a /Timeline/ClientApp/src/app/app.component.html | |
| parent | 7024bc9666e62cc33f651e7a060235d17bd51f25 (diff) | |
| download | timeline-3517512c4a6fa7eb61b8c5e5eca38c52c5577631.tar.gz timeline-3517512c4a6fa7eb61b8c5e5eca38c52c5577631.tar.bz2 timeline-3517512c4a6fa7eb61b8c5e5eca38c52c5577631.zip | |
Develop front end.
Diffstat (limited to 'Timeline/ClientApp/src/app/app.component.html')
| -rw-r--r-- | Timeline/ClientApp/src/app/app.component.html | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/Timeline/ClientApp/src/app/app.component.html b/Timeline/ClientApp/src/app/app.component.html index ae729c0c..fc2d6cfe 100644 --- a/Timeline/ClientApp/src/app/app.component.html +++ b/Timeline/ClientApp/src/app/app.component.html @@ -1,5 +1,19 @@ <body> - <div id="rootContainer"> - <router-outlet></router-outlet> + <mat-toolbar color="primary" class="mat-elevation-z4"> + <a mat-button routerLink="/">Timeline</a> + <a mat-button routerLink="/todo">TodoList</a> + <span class="fill-remaining-space"></span> + <button mat-icon-button> + <mat-icon>account_circle</mat-icon> + </button> + </mat-toolbar> + + <div> + <router-outlet></router-outlet> </div> + + <footer> + <span class="fill-remaining-space"></span> + <a class="icp-record" href="http://www.miitbeian.gov.cn/state/outPortal/loginPortal.action">鄂ICP备18030913号-1</a> + </footer> </body> |
