xxxxxxxxxx
<html>
<head>
<title>HTML5</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=650, user-scalable=yes">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script src="https://d3js.org/d3.v3.min.js"></script>
<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="css/style.css">
<!-- move this into your css file -->
</head>
<body>
<div id="container">
<header>
<h1>HTML5 Boilerplate</h1>
</header>
</div>
</body>
</html>
Modified http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js to a secure url
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://html5shiv.googlecode.com/svn/trunk/html5.js to a secure url
https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js
https://d3js.org/d3.v3.min.js
https://html5shiv.googlecode.com/svn/trunk/html5.js