From 472cbf21e567c0c65c124f96cebe717cdef901fb Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 12 Jan 2025 23:08:08 +0100 Subject: Play MIDI --- html/index.html | 140 ++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 106 insertions(+), 34 deletions(-) (limited to 'html') diff --git a/html/index.html b/html/index.html index a27b654..ac85aa1 100644 --- a/html/index.html +++ b/html/index.html @@ -9,42 +9,108 @@ height: 150px; font-size: 20px; } + +.selected{ + color: #FF8080; +} + +.normal{ + color: #000000; +} @@ -54,10 +120,16 @@ MIDIPLAY

+(Loading Songlist...)


+
+
+ Status: ok +
+ -- cgit v1.2.3