generated from Seekra/repository-template
Add NotFound.vue #48 #50
@@ -1,5 +1,4 @@
|
||||
<template>
|
||||
<div class="search-content">
|
||||
<header class="global-header">
|
||||
|
jakob.scheid marked this conversation as resolved
Outdated
|
||||
<h1>Seekra</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*.
|
||||
<span class="error-message">
|
||||
@@ -7,7 +6,6 @@
|
||||
</span>
|
||||
|
jakob.scheid marked this conversation as resolved
Outdated
jakob.scheid
commented
Do not write ERROR uppercase. Do not write *ERROR* uppercase.
|
||||
</header>
|
||||
<RouterLink to="/" id="link">Back to Search</RouterLink>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user
Do not use a container .search-content in a not found page.