mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 12:01:33 +02:00
8 lines
163 B
Text
8 lines
163 B
Text
---
|
|
import Layout from '@/layouts/Layout.astro'
|
|
---
|
|
|
|
<Layout>
|
|
<div class="uno-decorative-line"></div>
|
|
<h1 class="mt-10 text-8 font-title">404</h1>
|
|
</Layout>
|