Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +3 -3
templates/index.html
CHANGED
@@ -13,9 +13,9 @@
|
|
13 |
<p id="card-text"><strong>English:</strong> {{ english }}</p>
|
14 |
</div>
|
15 |
<div class="navigation">
|
16 |
-
<button id="prevBtn"
|
17 |
-
<button id="flipBtn"
|
18 |
-
<button id="nextBtn"
|
19 |
</div>
|
20 |
</div>
|
21 |
<script>
|
|
|
13 |
<p id="card-text"><strong>English:</strong> {{ english }}</p>
|
14 |
</div>
|
15 |
<div class="navigation">
|
16 |
+
<button id="prevBtn">Previous</button>
|
17 |
+
<button id="flipBtn">Flip</button>
|
18 |
+
<button id="nextBtn">Next</button>
|
19 |
</div>
|
20 |
</div>
|
21 |
<script>
|