This commit is contained in:
2023-09-02 11:39:25 +05:30
parent 358671a829
commit c77351e537
3 changed files with 22 additions and 4 deletions

View File

@@ -18,6 +18,6 @@
<slot />
</main>
<footer>
<footer class="px-4 py-2">
<p>&copy; Kevin Samuel, McKenzie Joseph, 2023</p>
</footer>

View File

@@ -1,2 +1,11 @@
<h1 class="text-3xl text-lime-600">Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
<article class="w-max m-auto">
<p>
Draft your email for the CoE's office in the proper format
to communicate your semester fee payment details.
</p>
<a href="/form/"
class="rounded-md bg-primary-500 text-white font-bold p-2 m-auto w-max block">
GET STARTED
</a>
</article>