Spaces:
Runtime error
Runtime error
<script lang="ts"> | |
import { playing } from '$lib/stores'; | |
</script> | |
<audio controls src="download.wav" /> | |
<style> | |
audio { | |
width: 100%; | |
margin: 1rem auto; | |
} | |
@media (min-width: 600px) { | |
audio { | |
max-width: 40rem; | |
} | |
} | |
</style> | |