diff options
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> |
