mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
12 lines
313 B
HTML
Executable file
12 lines
313 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Winamp2 Skin Explorer</title>
|
|
<meta charset="utf-8" />
|
|
<link rel="shortcut icon" sizes="16x16 32x32" href="favicon.ico">
|
|
</head>
|
|
<body>
|
|
<div id='skin'></div>
|
|
<script src="built/skinExplorer.js"></script>
|
|
</body>
|
|
</html>
|