mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 06:03:22 +08:00
docs: improve 404 page
This commit is contained in:
parent
17d5d7ce1b
commit
4896358e29
@ -1,17 +1,24 @@
|
||||
<template>
|
||||
<div class="error-page">
|
||||
Oh no, page not found.
|
||||
<g-link
|
||||
to="/"
|
||||
>
|
||||
→ Back
|
||||
</g-link>
|
||||
<div class="error-page__content">
|
||||
Oh no, we can’t find this page.
|
||||
<g-link
|
||||
to="/"
|
||||
>
|
||||
→ Go back
|
||||
</g-link>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
.error-page {
|
||||
margin: 5rem 1rem;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 100vh;
|
||||
|
||||
// margin: 5rem 1rem;
|
||||
text-align: center;
|
||||
color: rgba($colorWhite, 0.4);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user