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 08c3de5cb2 - Show all commits
+9 -2
View File
@@ -6,7 +6,7 @@
ERROR 404: Page Not Found
</span>
</header>
<RouterLink to="/">Back to Search</RouterLink>
<RouterLink to="/" id="link">Back to Search</RouterLink>
</div>
</template>
@@ -40,5 +40,12 @@
font-weight: 600;
font-size: 2vw;
}
#link {
align-items: center;
display: flex;
justify-content: center;
margin-top: 20px;
padding: 10px 20px;
text-decoration: none;
}
</style>