This commit is contained in:
2023-01-24 15:13:03 +10:00
parent decf5c7d39
commit 4c83399d4a
261 changed files with 33538 additions and 1 deletions

View 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>