xxxxxxxxxx
<html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" type="text/css" href="main.css"/>
<body>
<h1>This text will decay in 30 seconds from loading the page.</h1>
<pre class="thirty-seconds"></pre>
<img src="yeats.jpg" class="thirty-seconds">
<h1>This text will decay in 10 minutes from loading the page.</h1>
<pre class="ten-minutes"></pre>
<!-- <img src="yeats.jpg" class="ten-minutes"> -->
<h1>This text will decay from Nov. 3 to Nov. 10; check back later.</h1>
<pre class="one-week"></pre>
<!-- <img src="yeats.jpg" class="one-week"> -->
</body>
<script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js" charset="utf-8"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/npm/d3-jetpack@1.0.2/d3-jetpack.js" charset="utf-8"></script>
<script src="main.js" charset="utf-8"></script>
</html>
Modified //cdn.rawgit.com/gka/d3-jetpack/master/d3-jetpack.js to a secure url
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js
https://cdn.rawgit.com/gka/d3-jetpack/master/d3-jetpack.js