aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/404.vue
diff options
context:
space:
mode:
authorArne Schauf <git@asw.io>2018-03-03 01:06:44 +0100
committerArne Schauf <git@asw.io>2018-03-03 01:08:55 +0100
commit8769fc4dc19447f67a42eb941fb43ba7223772eb (patch)
tree0a73daee2ede4cc1cdf515559429c9ba9fcc211c /src/pages/404.vue
downloadparry-ui-8769fc4dc19447f67a42eb941fb43ba7223772eb.tar.gz
parry-ui-8769fc4dc19447f67a42eb941fb43ba7223772eb.zip
upgrade quasar to latest version
Diffstat (limited to 'src/pages/404.vue')
-rw-r--r--src/pages/404.vue16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/pages/404.vue b/src/pages/404.vue
new file mode 100644
index 0000000..6484cb2
--- /dev/null
+++ b/src/pages/404.vue
@@ -0,0 +1,16 @@
+<template>
+ <div class="fixed-center text-center">
+ <p>
+ <img
+ src="~assets/sad.svg"
+ style="width:30vw;max-width:150px;"
+ >
+ </p>
+ <p class="text-faded">Sorry, nothing here...<strong>(404)</strong></p>
+ <q-btn
+ color="secondary"
+ style="width:200px;"
+ @click="$router.push('/')"
+ >Go back</q-btn>
+ </div>
+</template>