Commit 1e88a684 authored by Kittisak Maneewong's avatar Kittisak Maneewong

pagenotfound

parent 50dc7722
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<v-flex xs12 sm10 offset-sm1> <v-flex xs12 sm10 offset-sm1>
<v-toolbar flat color="white" > <v-toolbar flat color="white" >
<v-toolbar-title> <v-toolbar-title>
<router-link to="/"><img src="../../../public/img/banner.png" class="my-2" width="150"></router-link> <router-link to="/"><img src="../../../public/img/logologin.png" class="my-2" width="150"></router-link>
</v-toolbar-title> </v-toolbar-title>
<v-spacer></v-spacer> <v-spacer></v-spacer>
<v-btn v-if="!responsive" flat color="black" class="mx-0 px-0"> <v-btn v-if="!responsive" flat color="black" class="mx-0 px-0">
......
<template> <template>
<div>Page Not Found</div> <div>
<v-layout align-center justify-center row fill-height>
<img width="800" src="../../../public/img/404.png" >
</v-layout>>
<v-layout align-end justify-center row fill-height>
<router-link to="/Employer"><v-btn outline color="info">Back To Home</v-btn></router-link>
</v-layout>
</div>
</template> </template>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment