all repos — stealth-developers @ 8ffaace39d0417d7ac8f526ef960789cba8e4c67

apps/web/src/views/NotFound.vue (view raw)

 1
 2
 3
 4
<template>
    <h1>404 - Not Found</h1>
    <p>whoops, if you're trying to view a ticket, please run `/ticket view [id]` and click the link from there.</p>
</template>