webamp/dev.html
2015-12-13 15:50:29 -08:00

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>