mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
17 lines
604 B
HTML
Executable file
17 lines
604 B
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" />
|
|
<link rel='stylesheet' type='text/css' href='css/page.css' />
|
|
</head>
|
|
<body>
|
|
<script data-main='js/main' src="rjs/require.js"></script>
|
|
<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 or Safari</p>
|
|
</div>
|
|
</body>
|
|
</html>
|