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 d2302afdc4 - Show all commits
+10 -3
View File
@@ -1,5 +1,12 @@
<template>
<div class="not-found">
<h1>404</h1>
</div>
<header class="global-header">
<h1>Seekra</h1>
<span class="slogan">
ERROR: 404 Not Found
</span>
</header>
<form id="search-form">
<Searchbar />
</form>
</template>