svelte-playground/src/routes/about.svelte

12 lines
157 B
Svelte

<div class="panel">
<h1>About this</h1>
<p>This is a test website using sveltekit</p>
</div>
<style>
.panel {
margin: 1em;
padding: 1em;
}
</style>