aboutsummaryrefslogtreecommitdiff
path: root/layouts/error.vue
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/error.vue')
-rw-r--r--layouts/error.vue36
1 files changed, 36 insertions, 0 deletions
diff --git a/layouts/error.vue b/layouts/error.vue
new file mode 100644
index 0000000..56b547c
--- /dev/null
+++ b/layouts/error.vue
@@ -0,0 +1,36 @@
+<template>
+ <div class="hero">
+ <div class="header">
+ <img
+ class="wow fadeInUp"
+ data-wow-delay="1s"
+ src="../assets/images/nosmovimos.gif"
+ alt="lost gif"
+ >
+ <br>
+
+ <div style="text-align: center">
+ <small class="wow fadeInUp" data-wow-delay="1.2s">hmm, you seem to be lost...</small>
+ <br><br>
+
+ <a href="/">
+ <img
+ class="wow fadeInUp"
+ data-wow-delay="1s"
+ src="../assets/images/home-spin.gif"
+ alt="home gif"
+ >
+ </a>
+ </div>
+ </div>
+ </div>
+</template>
+
+<script>
+export default {
+ name: 'error.vue',
+ head: {
+ title: '404 | yucky! aiming'
+ }
+}
+</script>