Skip to content
Snippets Groups Projects
Commit d740c56e authored by v4nkor's avatar v4nkor
Browse files

Moved web speech api

parent 5caf25b4
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 39 deletions
File moved
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width" />
<title>Web Speech API</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Pick your test</h1>
<ul>
<li><a href="phrase-matcher/index.html">Phrase matcher</a></li>
<li>
<a href="speak-easy-synthesis/index.html">Speak easy synthesis</a>
</li>
<li>
<a href="speech-color-changer/index.html">Speech color changer</a>
</li>
</ul>
<h2>More information</h2>
<ul>
<li>
<a
href="https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API"
>Web Speech API</a
>
</li>
<li>
<a href="https://github.com/mdn/dom-examples/tree/main/web-speech-api"
>The code used on these pages.</a
>
</li>
</ul>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment