-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 719 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en-US">
<head>
<meta name="viewport" content="width=device-width" />
<title>SpeechBird</title>
<link type="text/css" rel="stylesheet" href="stylesheets/main.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col">
<h4>DRAFT: SpeechBird</h4>
</div>
<div class="col">
<a href="./website/speechbird_commands_page.html">Lexicon: To do... Say...</a>
</div>
</div>
</div>
<iframe src="./website/README.html" style="width:100%; height:90vh;"></iframe>
</body>
</html>