drop axios/date-fns/fontawesome
This commit is contained in:
@@ -1,15 +1,21 @@
|
||||
<template>
|
||||
<div class="page-error forbidden">
|
||||
<div class="image"></div>
|
||||
<div class="content">
|
||||
<h1>The cat says no!</h1>
|
||||
<p>You do not have the needed access to see this page</p>
|
||||
<SMPage no-breadcrumbs>
|
||||
<div class="page-error forbidden">
|
||||
<div class="image"></div>
|
||||
<div class="content">
|
||||
<h1>The cat says no!</h1>
|
||||
<p>You do not have the needed access to see this page</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</SMPage>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import SMPage from "../SMPage.vue";
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.page-error.forbidden .image {
|
||||
background-image: url('/img/403.jpg');
|
||||
background-image: url("/img/403.jpg");
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user