mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 07:11:03 -04:00
Merge branch 'main' into feature/about
This commit is contained in:
commit
4d2ad5b666
2 changed files with 9 additions and 4 deletions
|
@ -17,3 +17,8 @@ about:
|
||||||
h3p4: 'And if you found a bug, or something doesn''''t work as expected, please file a bug report in the'
|
h3p4: 'And if you found a bug, or something doesn''''t work as expected, please file a bug report in the'
|
||||||
h3p5: 'issues section'
|
h3p5: 'issues section'
|
||||||
h3p6: 'in the GitHub repository.'
|
h3p6: 'in the GitHub repository.'
|
||||||
|
404:
|
||||||
|
notFound: '404 Not Found'
|
||||||
|
sorry: 'Sorry, this page does not seem to exist'
|
||||||
|
maybe: 'Maybe the cache is doing tricky things, try force-refreshing?'
|
||||||
|
backHome: 'Back home'
|
||||||
|
|
|
@ -11,17 +11,17 @@ useHead({ title: 'Page not found - IT Tools' });
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<h1 m-0 mt-3>
|
<h1 m-0 mt-3>
|
||||||
404 Not Found
|
{{ $t('404.notFound') }}
|
||||||
</h1>
|
</h1>
|
||||||
<div mt-4 op-60>
|
<div mt-4 op-60>
|
||||||
Sorry, this page does not seem to exist
|
{{ $t('404.sorry') }}
|
||||||
</div>
|
</div>
|
||||||
<div mb-8 op-60>
|
<div mb-8 op-60>
|
||||||
Maybe the cache is doing tricky things, try force-refreshing?
|
{{ $t('404.maybe') }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<c-button to="/">
|
<c-button to="/">
|
||||||
Back home
|
{{ $t('404.backHome') }}
|
||||||
</c-button>
|
</c-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue