trretretret commited on
Commit
e3c5f70
1 Parent(s): cdecc9d
Files changed (1) hide show
  1. public/index.html +1 -1
public/index.html CHANGED
@@ -57,7 +57,7 @@
57
  <script>
58
 
59
  document.body.innerHTML += `<div>
60
- for azure tts api: <a href="${window.location.origin}/atts/${encodeURIComponent('replace you text in url')}">${window.location.origin}/tts/your_text</a>
61
  </div>`
62
  document.body.innerHTML += `<div>
63
  api for short text less than 200 charaters : <a href="${window.location.origin}/tts/${encodeURIComponent('replace you text in url')}">${window.location.origin}/tts/your_text</a>
 
57
  <script>
58
 
59
  document.body.innerHTML += `<div>
60
+ for azure tts api: <a href="${window.location.origin}/atts/${encodeURIComponent('replace you text in url')}">${window.location.origin}/atts/your_text</a>
61
  </div>`
62
  document.body.innerHTML += `<div>
63
  api for short text less than 200 charaters : <a href="${window.location.origin}/tts/${encodeURIComponent('replace you text in url')}">${window.location.origin}/tts/your_text</a>