Files
web-temp/app/pages/error.vue
2025-10-28 17:54:17 +09:00

9 lines
169 B
Vue

<template>
<NuxtLayout>
<div>
<h1>Dang</h1>
<p>It looks like something broke.</p>
<p>Sorry about that.</p>
</div>
</NuxtLayout>
</template>