Added startup splash screen (android only)
This commit is contained in:
5
web/splash/splash.js
Normal file
5
web/splash/splash.js
Normal file
@ -0,0 +1,5 @@
|
||||
function removeSplashFromWeb() {
|
||||
document.getElementById("splash")?.remove();
|
||||
document.getElementById("splash-branding")?.remove();
|
||||
document.body.style.background = "transparent";
|
||||
}
|
Reference in New Issue
Block a user