xxxxxxxxxx
<html lang="en">
<meta charset="utf-8">
<head>
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="popcorn-complete.min.js"></script>
<script src="speakGenerator.js"></script>
<script src="app.js"> </script>
</head>
<body>
<style>
label {
float: left;
width: 130px;
text-align: left;
margin-right: 0.5em;
margin-left: 0.5em;
}
#video {
width : 360px;
height:300px;
float:left;
margin-right:38px;
}
#form { padding:50px }
</style>
<h2 id="greeting"></h2>
<div id="video"></div>
<div id="form">
<h3>Custom greeting</h3>
<form method="GET">
<label for="name">Name</label><input name="name" /><br>
<label for="what">What</label><input name="what" /> <br>
<label for="sparkle">Sparkle in your...</label><input name="sparkle" /> <br>
<label for="wind">Wind in your...</label><input name="wind" /> <br>
<label><pre> </pre></label><input type="submit" />
</form>
</div>
</body>
Modified http://html5shim.googlecode.com/svn/trunk/html5.js to a secure url
https://html5shim.googlecode.com/svn/trunk/html5.js