-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (27 loc) · 1.87 KB
/
index.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
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Spoken Flexbox</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/default.css">
<script src="js/highlight.pack.js"></script>
</head>
<body>
<h1>Voicebox (spoken Flexbox)</h1>
<div class="container"></div>
<p>Say something, like <button>two columns</button> or <button>five columns</button> or <button>clear</button> or <button>get markup</button>.</p>
<p>Then, say hello to me on Twitter <a href="https://twitter.com/antibland">@antibland</a>.</p>
<p>Then, toast a bagel and rewatch your favorite show.</p>
<a class="github-button" href="https://github.com/antibland/voicebox" data-icon="octicon-star" data-style="mega" data-count-href="/antibland/voicebox/stargazers" data-count-api="/repos/antibland/voicebox#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star antibland/voicebox on GitHub">Star</a>
<div contenteditable class="markup"><pre><code aria-hidden="true" class="content html"></code></pre></div>
<div aria-hidden="true" class="no-support">Your browser doesn't know what the hell I'm <a href="http://caniuse.com/#feat=speech-recognition">trying to do</a>. Stop fiddling around and download Chrome or Opera. Yes, <strong>Opera</strong>.</div>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/annyang/2.4.0/annyang.min.js"></script>
<script src="js/my_annyang.js"></script>
</body>
</html>