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

10
static/images/play.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>
path {
fill: white;
stroke: white;
}
</style>
<path d='M7.5 11.9999V5.93774L12.75 8.96884L18 11.9999L12.75 15.031L7.5 18.0621V11.9999Z' stroke-width='1.5'
stroke-linejoin='round' />
</svg>

After

Width:  |  Height:  |  Size: 363 B

BIN
static/sounds/music.mp3 Normal file

Binary file not shown.