generated from Seekra/repository-template
Add NotFound.vue #48 #50
+9
-21
@@ -1,26 +1,14 @@
|
|||||||
<script setup>
|
|
||||||
import Searchbar from '../features/search/components/Searchbar.vue';
|
|
||||||
|
|
||||||
import { ref } from 'vue';
|
|
||||||
import { useRouter } from 'vue-router';
|
|
||||||
|
|
||||||
const router = useRouter();
|
|
||||||
|
|
||||||
const searchQuery = ref('');
|
|
||||||
|
|
||||||
const submitSearch = function () {
|
|
||||||
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<header class="global-header">
|
<div class="search-content">
|
||||||
<h1>Seekra</h1>
|
<header class="global-header">
|
||||||
<span class="slogan">
|
<h1>Seekra</h1>
|
||||||
ERROR: 404 Not Found
|
<span class="slogan">
|
||||||
</span>
|
ERROR 404: Page Not Found
|
||||||
</header>
|
</span>
|
||||||
|
</header>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.global-header {
|
.global-header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user