AiDeveloper1 commited on
Commit
31b927b
verified
1 Parent(s): d72312a

Update index.html

Browse files
Files changed (1) hide show
  1. 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("Hello! This is a Safari test.");
66
- utter.lang = 'en-US';
 
 
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(() => {