Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -2
index.html
CHANGED
@@ -62,8 +62,10 @@
|
|
62 |
<script>
|
63 |
function speak() {
|
64 |
const synth = window.speechSynthesis;
|
65 |
-
const utter = new SpeechSynthesisUtterance("
|
66 |
-
utter.lang = '
|
|
|
|
|
67 |
|
68 |
// Wait for voices to be loaded (Safari quirk)
|
69 |
const interval = setInterval(() => {
|
|
|
62 |
<script>
|
63 |
function speak() {
|
64 |
const synth = window.speechSynthesis;
|
65 |
+
const utter = new SpeechSynthesisUtterance("Hola, 驴c贸mo est谩s?");
|
66 |
+
utter.lang = 'es-ES';
|
67 |
+
|
68 |
+
|
69 |
|
70 |
// Wait for voices to be loaded (Safari quirk)
|
71 |
const interval = setInterval(() => {
|