Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +4 -0
templates/index.html
CHANGED
@@ -11,6 +11,10 @@
|
|
11 |
<div class="content">
|
12 |
<h2>Set: {{ set_name }} ({{ index + 1 }}/{{ total }})</h2>
|
13 |
<p id="card-text"><strong>English:</strong> {{ english }}</p>
|
|
|
|
|
|
|
|
|
14 |
</div>
|
15 |
<div class="navigation">
|
16 |
<button id="prevBtn">Previous</button>
|
|
|
11 |
<div class="content">
|
12 |
<h2>Set: {{ set_name }} ({{ index + 1 }}/{{ total }})</h2>
|
13 |
<p id="card-text"><strong>English:</strong> {{ english }}</p>
|
14 |
+
<audio controls>
|
15 |
+
<source src="{{ audio_url }}" type="audio/mp3">
|
16 |
+
Your browser does not support the audio element.
|
17 |
+
</audio>
|
18 |
</div>
|
19 |
<div class="navigation">
|
20 |
<button id="prevBtn">Previous</button>
|