generated from Seekra/repository-template
Add NotFound.vue #48 #50
@@ -1,10 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<header class="global-header">
|
<span class="error-message">
|
||||||
|
jakob.scheid marked this conversation as resolved
Outdated
|
|||||||
<h1>Seekra</h1>
|
The page you are looking for does not exist. Please check the URL or return to the search page.
|
||||||
|
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*.
|
|||||||
<span class="error-message">
|
</span>
|
||||||
The page you are looking for does not exist. Please check the URL or return to the search page.
|
|
||||||
</span>
|
|
||||||
</header>
|
|
||||||
<RouterLink to="/" id="link">Back to Search</RouterLink>
|
<RouterLink to="/" id="link">Back to Search</RouterLink>
|
||||||
|
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.
|
|||||||
</template>
|
</template>
|
||||||
|
jakob.scheid marked this conversation as resolved
Outdated
jakob.scheid
commented
Do not write ERROR uppercase. Do not write *ERROR* uppercase.
|
|||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user
Do not use a container .search-content in a not found page.