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

forgot a file

parent d740c56e
No related branches found
No related tags found
No related merge requests found
<!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