mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 04:54:23 +00:00
some work on background animation
This commit is contained in:
@@ -51,6 +51,10 @@ app.get( '/showcase.css', ( req, res ) => {
|
||||
res.sendFile( path.join( __dirname + '/client/showcase.css' ) );
|
||||
} );
|
||||
|
||||
app.get( '/backgroundAnim.css', ( req, res ) => {
|
||||
res.sendFile( path.join( __dirname + '/client/backgroundAnim.css' ) );
|
||||
} );
|
||||
|
||||
app.get( '/clientDisplayNotifier', ( req, res ) => {
|
||||
res.writeHead( 200, {
|
||||
'Content-Type': 'text/event-stream',
|
||||
|
||||
Reference in New Issue
Block a user