forked from mdn/web-speech-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (21 loc) · 698 Bytes
/
index.html
File metadata and controls
25 lines (21 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>Web Speech API</title>
<link rel="stylesheet" href="style.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</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>
</body>
</html>