Created
November 15, 2019 12:22
-
-
Save ntakouris/f288ef565e959b7386adff7385a0515a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<Layout> | |
<div style="text-align: center;"> | |
<br /><br /> | |
<h1>Page not found</h1><br /><br /> | |
<g-image src="/shuffleparrot.gif"/><br /><br /> | |
<h3>Bad url or under construction</h3> | |
</div> | |
</Layout> | |
</template> | |
<script> | |
export default { | |
name: "404" | |
}; | |
</script> | |
<style> | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment