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 7098414db1 - Show all commits
-2
View File
@@ -1,5 +1,4 @@
<template>
<div class="search-content">
<header class="global-header">
<h1>Seekra</h1>
<span class="error-message">
@@ -7,7 +6,6 @@
</span>
</header>
<RouterLink to="/" id="link">Back to Search</RouterLink>
</div>
</template>
<style scoped>