-
Notifications
You must be signed in to change notification settings - Fork 230
/
Copy pathindex.html
28 lines (27 loc) · 933 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>SoundCloud Custom Player - Example Skins</title>
<meta name="author" content="Matas Petrikas">
</head>
<body>
<h1>SoundCloud Custom Player</h1>
<ul>
<li>Skins
<ul>
<li><a href="examples/sc-player-standard.html" title="sc-player-standard">Standard</a></li>
<li><a href="examples/sc-player-artwork.html" title="sc-player-artwork">Artwork</a></li>
<li><a href="examples/sc-player-minimal.html" title="sc-player-minimal">Minimal</a></li>
<li><a href="examples/sc-player-red.html" title="sc-player-red">Red</a></li>
</ul>
</li>
<li>Other
<ul>
<li><a href="test/" title="Unit Test page">Unit Tests</a></li>
</ul>
</li>
</ul>
</body>
</html>