Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 2, 2019 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/5912bba7aebb2b9029934d79f2d179c6 to your computer and use it in GitHub Desktop.
Save parzibyte/5912bba7aebb2b9029934d79f2d179c6 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Reconocimiento de voz con JS</title>
</head>
<body>
<h1>Reconocimiento de voz en la web</h1>
<a href="//parzibyte.me/blog">By parzibyte</a>
<p id="texto"></p>
<script src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment