-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvoiceInstructions.html
26 lines (22 loc) · 1.21 KB
/
voiceInstructions.html
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
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Instructions</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
</head>
<body>
<div class="container" style="width: 400px;display: flex;flex-direction: column;justify-content: center; margin: 10px">
<h2 style="text-align: center">Instructions for speech recognition</h2>
<p style="text-align">You can give voice commands in multiple ways:
<p style = "text-align:left; padding-left: 50px">-Say any word that is on your current page to select and enlarge it.</p>
<p style = "text-align:left; padding-left: 50px">-Say the phrase <i>"Click <selected word>"</i> to click a word.</p>
<p style = "text-align:left; padding-left: 50px">-Say the phrase <i>"Search <query>"</i> to search for a query.</p>
</p>
<p style="text-align"> Use these voice commands to navigate the web.</p>
<button id="continue" class="btn btn-info">Enable Audio Control</button>
</div>
<script src="../js/instructions.js"></script>
</body>
</html>