mirror of
https://github.com/Nezumi-2711/Sink.git
synced 2026-09-22 13:48:35 +00:00
feat: init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<script setup>
|
||||
import errorImage from './assets/images/404.svg?raw'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<NuxtLayout name="default">
|
||||
<a
|
||||
class="w-full h-full max-w-[600px] mx-auto flex items-center justify-center [&_svg]:w-full"
|
||||
href="/"
|
||||
v-html="errorImage"
|
||||
/>
|
||||
</NuxtLayout>
|
||||
</template>
|
||||
Reference in New Issue
Block a user