Add NotFound.vue #48 #50

Merged
jakob.scheid merged 22 commits from feature/not-found-page into main 2026-05-14 16:21:30 +02:00
Showing only changes of commit 7b601416ad - Show all commits
+1 -1
View File
@@ -2,7 +2,7 @@
<header class="global-header">
<h1>Seekra</h1>
<span class="error-message">
ERROR 404: Page Not Found
The page you are looking for does not exist. Please check the URL or return to the search page.
</span>
</header>
<RouterLink to="/" id="link">Back to Search</RouterLink>