From be085b794064ad7fd3af58b940588f995182927f Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Sat, 30 Dec 2023 23:04:21 +0100 Subject: init/proto: initial commit & prototype of an audio player --- img/discordlogo.png | Bin 0 -> 283434 bytes img/i-30210.gif | Bin 0 -> 23209 bytes img/i-32949.gif | Bin 0 -> 3093 bytes img/i-35359.gif | Bin 0 -> 18332 bytes img/i-53217.gif | Bin 0 -> 26644 bytes img/i-59053.gif | Bin 0 -> 486890 bytes img/i-80339.gif | Bin 0 -> 11447 bytes img/i-80754.gif | Bin 0 -> 19202 bytes img/i-87458.gif | Bin 0 -> 14373 bytes img/i-99014.gif | Bin 0 -> 12643 bytes img/logo.ico | Bin 0 -> 6479 bytes img/logo.png | Bin 0 -> 39500 bytes img/logosquare.png | Bin 0 -> 45356 bytes img/piano.gif | Bin 0 -> 3378 bytes img/wp.jpg | Bin 0 -> 6360 bytes img/wp2.png | Bin 0 -> 250453 bytes 16 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 img/discordlogo.png create mode 100644 img/i-30210.gif create mode 100644 img/i-32949.gif create mode 100644 img/i-35359.gif create mode 100644 img/i-53217.gif create mode 100644 img/i-59053.gif create mode 100644 img/i-80339.gif create mode 100644 img/i-80754.gif create mode 100644 img/i-87458.gif create mode 100644 img/i-99014.gif create mode 100644 img/logo.ico create mode 100644 img/logo.png create mode 100644 img/logosquare.png create mode 100644 img/piano.gif create mode 100644 img/wp.jpg create mode 100644 img/wp2.png (limited to 'img') diff --git a/img/discordlogo.png b/img/discordlogo.png new file mode 100644 index 0000000..6d54e73 Binary files /dev/null and b/img/discordlogo.png differ diff --git a/img/i-30210.gif b/img/i-30210.gif new file mode 100644 index 0000000..08f5065 Binary files /dev/null and b/img/i-30210.gif differ diff --git a/img/i-32949.gif b/img/i-32949.gif new file mode 100644 index 0000000..527deb8 Binary files /dev/null and b/img/i-32949.gif differ diff --git a/img/i-35359.gif b/img/i-35359.gif new file mode 100644 index 0000000..96a807a Binary files /dev/null and b/img/i-35359.gif differ diff --git a/img/i-53217.gif b/img/i-53217.gif new file mode 100644 index 0000000..9ea13a1 Binary files /dev/null and b/img/i-53217.gif differ diff --git a/img/i-59053.gif b/img/i-59053.gif new file mode 100644 index 0000000..13427b7 Binary files /dev/null and b/img/i-59053.gif differ diff --git a/img/i-80339.gif b/img/i-80339.gif new file mode 100644 index 0000000..595f4d2 Binary files /dev/null and b/img/i-80339.gif differ diff --git a/img/i-80754.gif b/img/i-80754.gif new file mode 100644 index 0000000..9220849 Binary files /dev/null and b/img/i-80754.gif differ diff --git a/img/i-87458.gif b/img/i-87458.gif new file mode 100644 index 0000000..9b717a0 Binary files /dev/null and b/img/i-87458.gif differ diff --git a/img/i-99014.gif b/img/i-99014.gif new file mode 100644 index 0000000..dae95c4 Binary files /dev/null and b/img/i-99014.gif differ diff --git a/img/logo.ico b/img/logo.ico new file mode 100644 index 0000000..d874294 Binary files /dev/null and b/img/logo.ico differ diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 0000000..c6f5c8c Binary files /dev/null and b/img/logo.png differ diff --git a/img/logosquare.png b/img/logosquare.png new file mode 100644 index 0000000..526cddb Binary files /dev/null and b/img/logosquare.png differ diff --git a/img/piano.gif b/img/piano.gif new file mode 100644 index 0000000..ce2b987 Binary files /dev/null and b/img/piano.gif differ diff --git a/img/wp.jpg b/img/wp.jpg new file mode 100644 index 0000000..24ef621 Binary files /dev/null and b/img/wp.jpg differ diff --git a/img/wp2.png b/img/wp2.png new file mode 100644 index 0000000..215cb4e Binary files /dev/null and b/img/wp2.png differ -- cgit v1.2.3