mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-02-02 13:17:55 +01:00
trying to fix the duplicata
This commit is contained in:
@@ -5,15 +5,7 @@ const getColor = computed(() => appConfig.ui.primary)
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<NuxtLoadingIndicator :color="getColor" />
|
<NuxtLayout name="default">
|
||||||
<section class="fixed inset-0 flex justify-center sm:px-8">
|
|
||||||
<div class="flex w-full max-w-7xl">
|
|
||||||
<div class="w-full bg-white ring-1 ring-zinc-100 dark:bg-zinc-900 dark:ring-zinc-300/20" />
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<div class="relative z-50">
|
|
||||||
<Header />
|
|
||||||
<UContainer class="my-32 w-container flex flex-col items-center gap-8">
|
|
||||||
<div class="flex flex-col items-center gap-4">
|
<div class="flex flex-col items-center gap-4">
|
||||||
<h1 class="font-medium text-[8rem] md:text-[16rem] leading-none bg-error bg-clip-text tracking-wider font-error" :class="`text-${getColor}-500`">
|
<h1 class="font-medium text-[8rem] md:text-[16rem] leading-none bg-error bg-clip-text tracking-wider font-error" :class="`text-${getColor}-500`">
|
||||||
{{ error.statusCode }}
|
{{ error.statusCode }}
|
||||||
@@ -32,9 +24,7 @@ const getColor = computed(() => appConfig.ui.primary)
|
|||||||
Go back to the main page
|
Go back to the main page
|
||||||
</UButton>
|
</UButton>
|
||||||
</div>
|
</div>
|
||||||
</UContainer>
|
</NuxtLayout>
|
||||||
<Footer />
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
const days = ref(0)
|
|
||||||
useHead({
|
useHead({
|
||||||
title: 'Arthur Danjou • Software Engineer and Maths Lover',
|
title: 'Arthur Danjou • Software Engineer and Maths Lover',
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user