NotFoundComponent.vue 79 B

12345
  1. <template>
  2. <div class="404">
  3. <h1>404 not found</h1>
  4. </div>
  5. </template>