Skip to main content
Module

x/aleph/examples/vue-app/routes/_404.vue

The Full-stack Framework in Deno.
Very Popular
Go to Latest
File
<script setup lang="ts">import { Link } from "aleph/vue";</script><template> <div class="screen e404"> <h2> Ooooooops, nothing here! </h2> <p> <Link to="/">Go back to the homepage</Link> </p> </div></template>