You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
228 B

2 years ago
  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>