credit src of soli/

This commit is contained in:
Ben Harris 2018-05-31 16:19:30 -04:00
parent 98b15fbe33
commit e06225ea0e
1 changed files with 1 additions and 13 deletions

View File

@ -18,18 +18,6 @@
</head>
<body>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-86951-7']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
})();
</script>
<script>
var info = document.createElement( 'div' );
@ -38,7 +26,7 @@
info.style.width = '100%';
info.style.fontFamily = 'Monospace';
info.style.textAlign = 'center';
info.innerHTML = 'click and win!';
info.innerHTML = 'click and win! archive of: <a href="http://mrdoob.com/lab/javascript/effects/solitaire/">http://mrdoob.com/lab/javascript/effects/solitaire/</a>';
document.body.appendChild( info );
var canvas = document.createElement( 'canvas' );