svelte-playground/src/routes/about.svelte
Giulio Alessandrini 171559802f Prettyfied
2021-08-15 12:29:18 +02:00

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>