added component

This commit is contained in:
ChrQR 2024-04-24 21:11:07 +02:00
parent 1c73911fad
commit cf64a0420e
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
<script>
export let data;
</script>
<h2>{data.post.title}</h2>
<p>data.</p>

View File

@ -2,5 +2,5 @@
<h1 class="text-xl mb-2">Welcome to my corner of the internet</h1> <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 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> </p>
<p class="italic">This page is my initial svelte project to try out the framework, and at the time of writing (24th April 2024) many parts are still lacking content.</p> <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> </div>