mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +00:00
14 lines
421 B
Text
14 lines
421 B
Text
---
|
|
import BaseLayout from "../layouts/BaseLayout.astro"
|
|
---
|
|
|
|
<BaseLayout primaryTitle="404 Not Found">
|
|
<section class="archive">
|
|
<div class="section-content section-tag">
|
|
<div class="archive-tag">
|
|
<h2 class="tag-header">404 Not Found</h2>
|
|
<div class="tag-post-list">来到了一片荒原,这里什么都没有。</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</BaseLayout>
|