Files
ui-development-kit/Sveltekit-App/src/routes/home/+page.svelte
2024-02-29 08:27:41 -05:00

12 lines
471 B
Svelte

<div class="grid place-content-center h-full">
<p class="text-center px-60">
This starter application is meant to be an example of how you can build on top of the
IdentityNow UI development kit to build your own applications and tools for IdentityNow
<br />
On the left hand side you will see some example pages showcasing some different kinds of pages
you could build. Each page is meant to be a starting point for you to build your own pages.
</p>
</div>