svelte-playground/src/routes/about.svelte

11 lines
182 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>