mirror of
https://github.com/trafficlunar/website.git
synced 2026-06-28 06:04:09 +00:00
feat: add header
This commit is contained in:
parent
0066f5904a
commit
7ba0ff12ae
5 changed files with 56 additions and 2 deletions
11
src/pages/uses.astro
Normal file
11
src/pages/uses.astro
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<section>
|
||||
<legend>uses</legend>
|
||||
|
||||
<p>Coming soon...</p>
|
||||
</section>
|
||||
</Layout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue