Initial rewrite
This commit is contained in:
parent
a5f64a3ff8
commit
0d183c8335
200 changed files with 12537 additions and 18659 deletions
12
src/pages/404.astro
Normal file
12
src/pages/404.astro
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
import Page from '../layouts/Page.astro';
|
||||
---
|
||||
|
||||
<Page title="Not Found" description="The page you are looking for does not exist.">
|
||||
<div class="prose">
|
||||
<p>
|
||||
Try the <a href="/articles/">articles archive</a>, the
|
||||
<a href="/projects/">project index</a>, or the <a href="/">homepage</a>.
|
||||
</p>
|
||||
</div>
|
||||
</Page>
|
||||
Loading…
Add table
Add a link
Reference in a new issue