12 lines
94 B
Svelte
12 lines
94 B
Svelte
<script>
|
|
|
|
</script>
|
|
|
|
<table>
|
|
</table>
|
|
|
|
<style>
|
|
table {
|
|
width: 100%;
|
|
}
|
|
</style> |