Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created November 15, 2019 12:22
Show Gist options
  • Save ntakouris/f288ef565e959b7386adff7385a0515a to your computer and use it in GitHub Desktop.
Save ntakouris/f288ef565e959b7386adff7385a0515a to your computer and use it in GitHub Desktop.
<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