10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
---
|
|
import Layout from '../layouts/Layout.astro';
|
|
---
|
|
|
|
<Layout title="Get Licensed | UP IECEP">
|
|
<section>
|
|
<h1>Get Licensed</h1>
|
|
</section>
|
|
</Layout>
|