generated from Seekra/repository-template
Add NotFound.vue #48 #50
@@ -0,0 +1,5 @@
|
|||||||
|
<template>
|
||||||
|
<div class="not-found">
|
||||||
|
jakob.scheid marked this conversation as resolved
Outdated
|
|||||||
|
<h1>404</h1>
|
||||||
|
jakob.scheid marked this conversation as resolved
Outdated
jakob.scheid
commented
The not found page should be minimal, so omit the header. The navigation bar already contains Seekra. The not found page should be minimal, so omit the header. The navigation bar already contains *Seekra*.
|
|||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
jakob.scheid marked this conversation as resolved
Outdated
jakob.scheid
commented
No HTTP status code. That is confusing for people who are not familiar with technology. No HTTP status code. That is confusing for people who are not familiar with technology.
|
|||||||
Reference in New Issue
Block a user
Do not use a container .search-content in a not found page.