not-found.vue 114 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <style scoped> h1 { background-color: #09c; } </style> <template> <h1>404 • Not Found</h1> </template>