svelte-playground/src/routes/index.svelte

12 lines
124 B
Svelte
Raw Normal View History

2021-08-03 09:43:02 +02:00
2021-08-01 21:33:31 +02:00
<h1>APPS</h1>
2021-08-03 09:43:02 +02:00
<ul>
<li><a href="/apps/todo">todo</a></li>
</ul>
2021-08-01 22:40:32 +02:00
<style>
h1 {
margin: 10px;
}
</style>