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
3
@@ -6,7 +6,7 @@
ERROR 404: Page Not Found ERROR 404: Page Not Found
jakob.scheid marked this conversation as resolved Outdated
Outdated
Review

Do not write ERROR uppercase.

Do not write *ERROR* uppercase.
</span> </span>
</header> </header>
<RouterLink to="/">Back to Search</RouterLink> <RouterLink to="/" id="link">Back to Search</RouterLink>
</div> </div>
</template> </template>
1
@@ -40,5 +40,12 @@
font-weight: 600; font-weight: 600;
font-size: 2vw; font-size: 2vw;
} }
#link {
align-items: center;
display: flex;
justify-content: center;
margin-top: 20px;
padding: 10px 20px;
text-decoration: none;
}
</style> </style>