diff --git a/CS/index.html b/CS/index.html
new file mode 100644
index 0000000..b523aeb
--- /dev/null
+++ b/CS/index.html
@@ -0,0 +1,57 @@
+
+
+
+
-
+
-
+
+
+
+
+
diff --git a/index.js b/index.js
new file mode 100644
index 0000000..c2c5e11
--- /dev/null
+++ b/index.js
@@ -0,0 +1,57 @@
+const Webamp = window.Webamp;
+const webamp = new Webamp({
+ initialTracks: [
+ {
+ url: "https://cdn.jsdelivr.net/gh/captbaritone/webamp@43434d82cfe0e37286dbbe0666072dc3190a83bc/mp3/llama-2.91.mp3",
+ },
+ {
+ url: "https://raw.githubusercontent.com/captbaritone/webamp-music/4b556fbf/Diablo_Swing_Orchestra_-_01_-_Heroines.mp3",
+ },
+ {
+ url: "https://raw.githubusercontent.com/captbaritone/webamp-music/4b556fbf/Eclectek_-_02_-_We_Are_Going_To_Eclecfunk_Your_Ass.mp3",
+ },
+ ],
+ initialSkin: {
+ url: "./skins/PurpleGlow.wsz",
+ },
+ availableSkins: [
+ {
+ url: "./skins/Axon.wsz",
+ name: "Axon",
+ },
+ {
+ url: "./skins/m-lo_black.wsz",
+ name: "Black",
+ },
+ {
+ url: "./skins/PurpleGlow.wsz",
+ name: "Purple Glow",
+ },
+ {
+ url: "./skins/purpleplayer.wsz",
+ name: "Purple",
+ },
+ {
+ url: "./skins/TSWNN.wsz",
+ name: "TSWNN",
+ },
+ {
+ url: "./skins/Vaporwave.wsz",
+ name: "Vaporwave",
+ },
+ ],
+ __butterchurnOptions: {
+ importButterchurn: () => Promise.resolve(window.butterchurn),
+ getPresets: () => {
+ const presets = window.butterchurnPresets.getPresets();
+ return Object.keys(presets).map((name) => {
+ return {
+ name,
+ butterchurnPresetObject: presets[name],
+ };
+ });
+ },
+ butterchurnOpen: true,
+ },
+});
+webamp.renderWhenReady(document.getElementById("app"));
diff --git a/skins/Axon.wsz b/skins/Axon.wsz
new file mode 100644
index 0000000..3b3725c
Binary files /dev/null and b/skins/Axon.wsz differ
diff --git a/skins/PurpleGlow.wsz b/skins/PurpleGlow.wsz
new file mode 100644
index 0000000..845569b
Binary files /dev/null and b/skins/PurpleGlow.wsz differ
diff --git a/skins/TSWNN.wsz b/skins/TSWNN.wsz
new file mode 100644
index 0000000..96f4565
Binary files /dev/null and b/skins/TSWNN.wsz differ
diff --git a/skins/Vaporwave.wsz b/skins/Vaporwave.wsz
new file mode 100644
index 0000000..536b59c
Binary files /dev/null and b/skins/Vaporwave.wsz differ
diff --git a/skins/m-lo_black.wsz b/skins/m-lo_black.wsz
new file mode 100644
index 0000000..69bd533
Binary files /dev/null and b/skins/m-lo_black.wsz differ
diff --git a/skins/purpleplayer.wsz b/skins/purpleplayer.wsz
new file mode 100644
index 0000000..7f42c01
Binary files /dev/null and b/skins/purpleplayer.wsz differ