2014-11-04 02:51:47 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2014-11-28 09:30:17 +00:00
|
|
|
<title>Winamp2-js</title>
|
2014-11-12 07:02:38 +00:00
|
|
|
<meta charset="utf-8" />
|
2014-12-06 03:51:06 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2014-11-28 09:28:15 +00:00
|
|
|
<meta name="description" content="Winamp 2.9 reimplemented in HTML5 and JavaScript" />
|
2014-11-28 09:30:17 +00:00
|
|
|
<meta property="og:title" content="Winamp2-js • Winamp in your browser" />
|
2014-11-28 09:28:15 +00:00
|
|
|
<meta property="og:description" content="Winamp 2.9 reimplemented in HTML5 and JavaScript" />
|
2014-11-26 21:00:27 +00:00
|
|
|
<meta property="og:type" content="website" />
|
2014-12-06 03:51:06 +00:00
|
|
|
<meta property="og:url" content="http://jordaneldredge.com/projects/winamp2-js/" />
|
|
|
|
<meta property="og:image" content="http://jordaneldredge.com/projects/winamp2-js/preview.png" />
|
2015-03-29 07:01:12 +00:00
|
|
|
<link rel='stylesheet' type='text/css' href='css/page.css' />
|
2016-05-02 02:52:15 +00:00
|
|
|
<link rel='stylesheet' type='text/css' href='css/winamp.css' />
|
|
|
|
<link rel='stylesheet' type='text/css' href='css/context-menu.css' />
|
|
|
|
<link rel='stylesheet' type='text/css' href='css/main-window.css' />
|
2014-12-06 03:49:58 +00:00
|
|
|
<link rel="shortcut icon" sizes="16x16 32x32" href="favicon.ico">
|
2014-11-04 02:51:47 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-04-11 23:01:23 +00:00
|
|
|
<div id='winamp2-js'></div>
|
2014-12-10 05:07:27 +00:00
|
|
|
<div id='browser-compatibility'>
|
|
|
|
<p>Your browser does not support the features we need</p>
|
|
|
|
<p>Try using the most recent version of Chrome, Firefox or Safari</p>
|
|
|
|
</div>
|
2014-12-06 03:51:06 +00:00
|
|
|
<p class='about'>
|
|
|
|
by <a href='https://twitter.com/captbaritone'>@captbaritone</a>
|
|
|
|
-
|
|
|
|
<a href='https://github.com/captbaritone/winamp2-js'>GitHub</a>
|
|
|
|
</p>
|
2016-05-02 02:52:15 +00:00
|
|
|
<script src="bundle.js"></script>
|
2015-03-29 07:01:12 +00: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');
|
2014-12-10 05:07:27 +00:00
|
|
|
|
2015-03-29 07:01:12 +00:00
|
|
|
ga('create', 'UA-96948-15', 'jordaneldredge.com');
|
|
|
|
ga('send', 'pageview');
|
2014-12-10 05:07:27 +00:00
|
|
|
</script>
|
2014-11-04 02:51:47 +00:00
|
|
|
</body>
|
|
|
|
</html>
|