forbidden.vue 114 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <style scoped> h1 { background-color: #f90; } </style> <template> <h1>403 • Forbidden</h1> </template>