unauthorized.vue 117 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <style scoped> h1 { background-color: #099; } </style> <template> <h1>401 • unauthorized</h1> </template>