-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Format and lint, remove unecessary files
- Loading branch information
Erwan Dano
authored and
Erwan Dano
committed
Mar 25, 2024
1 parent
675cbbe
commit 6ae44f5
Showing
61 changed files
with
1,719 additions
and
1,666 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
<template> | ||
<main class="min-h-screen w-full flex flex-col justify-center items-center bg-base-100 not-found"> | ||
<h1 class="text-9xl font-extrabold text-base-content tracking-widest">404</h1> | ||
<div class="px-2 text-sm rounded rotate-12 absolute bg-error text-error-content"> | ||
<main | ||
class="min-h-screen w-full flex flex-col justify-center items-center bg-base-100 not-found" | ||
> | ||
<h1 class="text-9xl font-extrabold text-base-content tracking-widest"> | ||
404 | ||
</h1> | ||
<div | ||
class="px-2 text-sm rounded rotate-12 absolute bg-error text-error-content" | ||
> | ||
<slot> | ||
{{ $t('global.pageNotFound') }} | ||
{{ $t("global.pageNotFound") }} | ||
</slot> | ||
</div> | ||
<button class="mt-5 px-8 btn btn-primary"> | ||
<router-link :to="{ name: 'home' }">{{ $t('global.goHome') }}</router-link> | ||
<router-link :to="{ name: 'home' }">{{ | ||
$t("global.goHome") | ||
}}</router-link> | ||
</button> | ||
</main> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.