finished navbar and continued home
This commit is contained in:
10
src/pages/docs.astro
Normal file
10
src/pages/docs.astro
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
---
|
||||
|
||||
<Layout
|
||||
title="Docs"
|
||||
description="This is my personal website with my projects, docs and other useful stuff."
|
||||
>
|
||||
<main>Docs</main>
|
||||
</Layout>
|
Reference in New Issue
Block a user