drop axios/date-fns/fontawesome
This commit is contained in:
@@ -1,15 +1,21 @@
|
||||
<template>
|
||||
<div class="page-error not-found">
|
||||
<div class="image"></div>
|
||||
<div class="content">
|
||||
<h1>Opps</h1>
|
||||
<p>The page you asked for was not found</p>
|
||||
<SMPage no-breadcrumbs>
|
||||
<div class="page-error not-found">
|
||||
<div class="image"></div>
|
||||
<div class="content">
|
||||
<h1>Opps</h1>
|
||||
<p>The page you asked for was not found</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</SMPage>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import SMPage from "../SMPage.vue";
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.page-error.not-found .image {
|
||||
background-image: url('/img/404.jpg');
|
||||
background-image: url("/img/404.jpg");
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user