initial
This commit is contained in:
15
resources/js/components/errors/Forbidden.vue
Normal file
15
resources/js/components/errors/Forbidden.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
.page-error.forbidden .image {
|
||||
background-image: url('/img/403.jpg');
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user