aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Angular/src/app/components/not-found/not-found.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/DevHive.Angular/src/app/components/not-found/not-found.component.html')
-rw-r--r--src/DevHive.Angular/src/app/components/not-found/not-found.component.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/DevHive.Angular/src/app/components/not-found/not-found.component.html b/src/DevHive.Angular/src/app/components/not-found/not-found.component.html
deleted file mode 100644
index 8394810..0000000
--- a/src/DevHive.Angular/src/app/components/not-found/not-found.component.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<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>