mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
31 lines
No EOL
1.3 KiB
HTML
Executable file
31 lines
No EOL
1.3 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Winamp2-js</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="description" content="Winamp 2.9 reimplemented in HTML5 and JavaScript" />
|
|
<meta property="og:title" content="Winamp2-js • Winamp in your browser" />
|
|
<meta property="og:description" content="Winamp 2.9 reimplemented in HTML5 and JavaScript" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://jordaneldredge.com/projects/winamp2-js/" />
|
|
<meta property="og:image" content="https://jordaneldredge.com/projects/winamp2-js/preview.png" />
|
|
<link rel='stylesheet' type='text/css' href='css/page.css' />
|
|
<link rel="shortcut icon" sizes="16x16 32x32" href="favicon.ico">
|
|
</head>
|
|
|
|
<body>
|
|
<div id='winamp2-js'></div>
|
|
<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, Safari or Edge</p>
|
|
</div>
|
|
<p class='about'>
|
|
by <a href='https://twitter.com/captbaritone'>@captbaritone</a> -
|
|
<a href='https://github.com/captbaritone/winamp2-js'>GitHub</a>
|
|
</p>
|
|
<script src="built/winamp.js"></script>
|
|
</body>
|
|
|
|
</html> |