diff options
| author | transtrike <transtrike@gmail.com> | 2021-02-25 20:51:24 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2021-02-25 20:51:24 +0200 |
| commit | ca7e618ca3350a5cf200ae39c851b016c9088d41 (patch) | |
| tree | 04a4ee7104e55d3e070e6306901d9e2400717e4e /src/app/components/not-found | |
| parent | 118b463fc81d05467cffdf3c6de69a1e9f4e9303 (diff) | |
| download | DevHive-Angular-ca7e618ca3350a5cf200ae39c851b016c9088d41.tar DevHive-Angular-ca7e618ca3350a5cf200ae39c851b016c9088d41.tar.gz DevHive-Angular-ca7e618ca3350a5cf200ae39c851b016c9088d41.zip | |
Footer added; Pages fucked upfooter
Diffstat (limited to 'src/app/components/not-found')
| -rw-r--r-- | src/app/components/not-found/not-found.component.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/app/components/not-found/not-found.component.html b/src/app/components/not-found/not-found.component.html index 83d73ce..4588d2c 100644 --- a/src/app/components/not-found/not-found.component.html +++ b/src/app/components/not-found/not-found.component.html @@ -1,10 +1,13 @@ <main id="content"> - <summary class="title"> - Page not found! - </summary> - <hr> + <summary class="title">Page not found!</summary> + <hr /> <nav id="back-btns"> - <button class="submit-btn" type="submit" (click)="backToFeed()">Back to feed</button> - <button class="submit-btn" type="submit" (click)="backToLogin()">Back to login</button> + <button class="submit-btn" type="submit" (click)="backToFeed()"> + Back to feed + </button> + <button class="submit-btn" type="submit" (click)="backToLogin()"> + Back to login + </button> </nav> + <app-footer></app-footer> </main> |
