svelte-playground/src/routes/index.svelte

12 lines
124 B
Svelte

<h1>APPS</h1>
<ul>
<li><a href="/apps/todo">todo</a></li>
</ul>
<style>
h1 {
margin: 10px;
}
</style>