404.vue 228 B

1234567891011
  1. <template>
  2. <p class="page-container">404 page not found</p>
  3. </template>
  4. <style lang="scss" scoped>
  5. .page-container {
  6. font-size: 20px;
  7. text-align: center;
  8. color: rgb(192, 204, 218);
  9. }
  10. </style>