Implement content generation
This commit is contained in:
8
src/pages/404.astro
Normal file
8
src/pages/404.astro
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
import InternalLayout from '../layouts/InternalLayout.astro';
|
||||
---
|
||||
<InternalLayout title="Страница не найдена" description="Страница не найдена">
|
||||
<h1 class="text-4xl font-bold mt-3 mb-4">404</h1>
|
||||
<p>Ой, страница не найдена.</p>
|
||||
<p>Давайте посмотрим, что интересное есть на <a href="/">главной</a>.</p>
|
||||
</InternalLayout>
|
||||
Reference in New Issue
Block a user