2014-08-29 11:28:58 -04:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" / >
2016-11-17 17:54:11 -05:00
< meta name = "description" content = "It's gonna take a lot to take me away from you, There's nothing that a hundred men or more could ever do, I bless the rains down in Africa, Gonna take some time to do the things we never had" / >
2014-08-29 11:33:10 -04:00
< title > PLAY AFRICA< / title >
2014-08-29 11:28:58 -04:00
<!-- [if IE]>
< script src = "http://html5shiv.googlecode.com/svn/trunk/html5.js" > < / script >
<![endif]-->
2014-09-24 16:56:48 -04:00
< link rel = "stylesheet" href = "assets/styles/style.css" type = "text/css" / >
< link rel = "stylesheet" href = "assets/styles/font.css" type = "text/css" / >
2014-08-29 11:28:58 -04:00
< / head >
2014-09-26 16:35:43 -04:00
< body onload = "javascript:load();" >
2014-09-25 13:28:27 -04:00
< img id = "background" src = "" / >
2014-09-24 16:56:48 -04:00
< div id = "container" >
2014-09-26 10:18:14 -04:00
< i id = "play" class = "icon-play" onclick = "javascript:playSound();" > < / i >
2014-09-24 16:56:48 -04:00
< / div >
2014-09-25 13:28:27 -04:00
2014-09-25 16:20:40 -04:00
< script >
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-26313899-3', 'auto');
ga('send', 'pageview');
< / script >
2015-05-15 14:20:12 -04:00
< script src = "//cdnjs.cloudflare.com/ajax/libs/howler/1.1.26/howler.min.js" > < / script >
2014-09-26 10:02:19 -04:00
< script src = "assets/scripts/rainyday.min.js" > < / script >
2014-09-25 17:17:39 -04:00
< script src = "assets/scripts/africa.js" > < / script >
2014-08-29 11:28:58 -04:00
< / body >
< / html >