NotFound.vue 96 B

1234567
  1. <template>
  2. <h1>HTTP Status 404 - Not Found</h1>
  3. </template>
  4. <script lang="ts" setup>
  5. </script>