Added Audio Questions

This commit is contained in:
2025-09-11 20:17:07 +02:00
parent b98e25d4e7
commit 8ce77c1250
10 changed files with 442 additions and 8 deletions

10
static/images/pause.svg Normal file
View File

@@ -0,0 +1,10 @@
<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'>
<style>
rect {
fill: white;
stroke: white;
}
</style>
<rect x='7' y='6' width='2' height='12' stroke-width='1.5' stroke-linejoin='round' />
<rect x='15' y='6' width='2' height='12' stroke-width='1.5' stroke-linejoin='round' />
</svg>

After

Width:  |  Height:  |  Size: 396 B