Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -62,8 +62,8 @@
|
|
| 62 |
<script>
|
| 63 |
function speak() {
|
| 64 |
const synth = window.speechSynthesis;
|
| 65 |
-
const utter = new SpeechSynthesisUtterance("
|
| 66 |
-
utter.lang = '
|
| 67 |
|
| 68 |
|
| 69 |
|
|
|
|
| 62 |
<script>
|
| 63 |
function speak() {
|
| 64 |
const synth = window.speechSynthesis;
|
| 65 |
+
const utter = new SpeechSynthesisUtterance("Bonjour, comment ça va ?");
|
| 66 |
+
utter.lang = 'fr-FR';
|
| 67 |
|
| 68 |
|
| 69 |
|