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 61e4f3d1f2 - Show all commits
+2 -2
View File
@@ -2,7 +2,7 @@
<div class="search-content"> <div class="search-content">
<header class="global-header"> <header class="global-header">
<h1>Seekra</h1> <h1>Seekra</h1>
<span class="slogan"> <span class="error-message">
ERROR 404: Page Not Found ERROR 404: Page Not Found
</span> </span>
</header> </header>
@@ -35,7 +35,7 @@
font-size: 6rem; font-size: 6rem;
} }
.slogan{ .error-message{
margin: 0; margin: 0;
font-weight: 600; font-weight: 600;
font-size: 2vw; font-size: 2vw;