my-portfolio/src/routes/+page.svelte

6 lines
519 B
Svelte
Raw Normal View History

2024-04-20 16:42:34 +00:00
<div class="main-container text-center">
2024-04-24 18:55:40 +00:00
<h1 class="text-xl mb-2">Welcome to my corner of the internet</h1>
<p class="text-left">You most likely ended up here after listening to me rambling about the wonders of self hosted services, and how life would be much easier if we could just containerize everything.
</p>
2024-04-24 19:11:07 +00:00
<p class="italic text-sm mt-8">This page is my initial svelte project to try out the framework, and at the time of writing (24th April 2024) many pages are still lacking content.</p>
</div>