aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/not-found/not-found.component.html
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-02-24 19:00:03 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-02-24 19:00:03 +0200
commitb557d17cf87a79b0117bcf82a998092bd72b4df5 (patch)
treebbe766eadab337fe88165086f5a36bf0fd2474cd /src/app/components/not-found/not-found.component.html
parent819e7a2aab526bf8906374f0417a3cd7c0a9f098 (diff)
downloadDevHive-Angular-b557d17cf87a79b0117bcf82a998092bd72b4df5.tar
DevHive-Angular-b557d17cf87a79b0117bcf82a998092bd72b4df5.tar.gz
DevHive-Angular-b557d17cf87a79b0117bcf82a998092bd72b4df5.zip
Improved semantics of admin panel, loading page and not-found page
Diffstat (limited to 'src/app/components/not-found/not-found.component.html')
-rw-r--r--src/app/components/not-found/not-found.component.html12
1 files changed, 6 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 8394810..83d73ce 100644
--- a/src/app/components/not-found/not-found.component.html
+++ b/src/app/components/not-found/not-found.component.html
@@ -1,10 +1,10 @@
-<div id="content">
- <div class="title">
+<main id="content">
+ <summary class="title">
Page not found!
- </div>
+ </summary>
<hr>
- <div id="back-btns">
+ <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>
- </div>
-</div>
+ </nav>
+</main>