mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-23 08:04:49 +00:00
Finish error page
This commit is contained in:
parent
8f276dbbed
commit
cdd0d08d14
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
<template>
|
||||
<single-page class="single-page-home" label="Error">
|
||||
<single-page-banner label="Error 404"></single-page-banner>
|
||||
|
||||
<h2 class="md-headline">Hmmm. Too bad</h2>
|
||||
<p>Are you searching for a new component? Or maybe you have an question? Get in touch!</p>
|
||||
<md-button href="https://github.com/marcosmoura/vue-material/issues/new" target="_blank" rel="noopener">New Issue</md-button>
|
||||
</single-page>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in a new issue