mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
add dark mode on default start page
This commit is contained in:
@@ -17,4 +17,8 @@ module.exports = ( app, settings ) => {
|
||||
app.get( '/startPage/helperFunction', ( req, res ) => {
|
||||
res.sendFile( path.join( __dirname + '/../ui/home/helper.js' ) );
|
||||
} );
|
||||
|
||||
app.get( '/startPage/mainStyle', ( req, res ) => {
|
||||
res.sendFile( path.join( __dirname + '/../ui/home/main.css' ) );
|
||||
} );
|
||||
};
|
||||
Reference in New Issue
Block a user