Better Header
This commit is contained in:
11
src/pages/services.astro
Normal file
11
src/pages/services.astro
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
import Layout from '~/layouts/PageLayout.astro';
|
||||
|
||||
const meta = {
|
||||
title: "Services",
|
||||
};
|
||||
---
|
||||
|
||||
<Layout {meta}>
|
||||
Services
|
||||
</Layout>
|
Reference in New Issue
Block a user