Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sundowndev
GitHub Repository: sundowndev/phoneinfoga
Path: blob/master/web/client/src/views/NotFound.vue
994 views
<template>
  <div>
    <h1>Page not found</h1>
  </div>
</template>

<script>
export default {
  name: "NotFound",
};
</script>