mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
chore(lint): switched to a better lint config
This commit is contained in:
parent
4d2b037dbe
commit
33c9b6643f
178 changed files with 4105 additions and 3371 deletions
|
@ -9,10 +9,18 @@ useHead({ title: 'Page not found - IT Tools' });
|
|||
<div mt-20 flex flex-col items-center>
|
||||
<n-icon :component="Coffee" size="100" depth="3" />
|
||||
|
||||
<n-h1 m-0 mt-3>404 Not Found</n-h1>
|
||||
<n-text mt-4 block depth="3">Sorry, this page does not seem to exist</n-text>
|
||||
<n-text mb-8 block depth="3">Maybe the cache is doing tricky things, try force-refreshing?</n-text>
|
||||
<n-h1 m-0 mt-3>
|
||||
404 Not Found
|
||||
</n-h1>
|
||||
<n-text mt-4 block depth="3">
|
||||
Sorry, this page does not seem to exist
|
||||
</n-text>
|
||||
<n-text mb-8 block depth="3">
|
||||
Maybe the cache is doing tricky things, try force-refreshing?
|
||||
</n-text>
|
||||
|
||||
<c-button to="/"> Back home </c-button>
|
||||
<c-button to="/">
|
||||
Back home
|
||||
</c-button>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue