We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7e865 commit 11d4221Copy full SHA for 11d4221
frontend/src/views/NotFound.vue
@@ -1,5 +1,7 @@
1
<template>
2
+ <!-- eslint-disable max-len -->
3
<div class="sm:mx-16 lg:mx-32 mt-32">
4
<h1 class="text-2xl text-center mx-auto">404 page not found</h1>
5
+ <h1 @click="$router.go(-1)" class="text-center text-center mx-auto cursor-pointer text-blue-500 mt-2">Back</h1>
6
</div>
7
</template>
0 commit comments