diff options
Diffstat (limited to 'src/app/components/not-found/not-found.component.html')
| -rw-r--r-- | src/app/components/not-found/not-found.component.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/app/components/not-found/not-found.component.html b/src/app/components/not-found/not-found.component.html new file mode 100644 index 0000000..8394810 --- /dev/null +++ b/src/app/components/not-found/not-found.component.html @@ -0,0 +1,10 @@ +<div id="content"> + <div class="title"> + Page not found! + </div> + <hr> + <div 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> + </div> +</div> |
