Skip to content

Instantly share code, notes, and snippets.

@hwatkins
Created July 23, 2010 15:40
Show Gist options
  • Save hwatkins/487600 to your computer and use it in GitHub Desktop.
Save hwatkins/487600 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>untitled</title>
<meta name="generator" content="TextMate http://macromates.com/">
<meta name="author" content="Hugh Watkins">
<!-- Date: 2010-06-25 -->
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.inner').fadeOut(300).delay(2000).queue(function () {$(this).append('<audio autoplay><source src="http://translate.google.com/translate_tts?tl=en&q=Condition+Red!+All+Hands+on+deck" /></audio>')})
});
</script>
</head>
<body>
<div class="inner">
Goodbye
<p>Test</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment