Merge branch 'Master' into 'efy', Update efy submodule

This commit is contained in:
dragos-efy
2023-09-06 00:13:33 +03:00
111 changed files with 11620 additions and 6205 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="flex flex-col justify-center items-center min-h-[88vh]">
<h1 class="font-bold !text-[170rem] mb-[-6vh]">404</h1>
<h2 class="!text-[40rem]" v-t="'info.page_not_found'" />
<a class="btn mt-128" href="/" v-t="'actions.back_to_home'" />
<h2 v-t="'info.page_not_found'" class="!text-[40rem]" />
<a v-t="'actions.back_to_home'" role="button" href="/" />
</div>
</template>