File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11<template >
22 <!-- eslint-disable max-len -->
33 <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 >
4+ <div class =" flex flex-col" >
5+ <div class =" mx-auto flex flex-row items-center justify-center" >
6+ <h1 class =" text-2xl sm:text-4xl text-center text-gray-matcha leading-none opacity-50" >404</h1 >
7+ <img src =" ../assets/brokenHeartBlue.png" class =" ml-2 h-6 sm:h-8 opacity-50" >
8+ </div >
9+ <h1 class =" text-center text-6xl sm:text-8xl text-gray-matcha my-8 leading-none" >Page not found</h1 >
10+ </div >
11+ <h1 @click =" $router.go(-1)" class =" onboarding-sub-container-content-button-outline-light mx-auto" >Back</h1 >
612 </div >
713</template >
You can’t perform that action at this time.
0 commit comments