11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
---
|
|
import Layout from '../layouts/Layout.astro';
|
|
---
|
|
|
|
<Layout title="Registration | UP IECEP">
|
|
<section class="registration-section">
|
|
<h1>Registration Portal</h1>
|
|
<strong>Coming soon</strong>
|
|
</section>
|
|
</Layout>
|