mirror of
https://github.com/danbulant/ester_os
synced 2026-07-03 18:10:47 +00:00
Remove setBackground file
This commit is contained in:
parent
98c95c0299
commit
184559263e
1 changed files with 0 additions and 7 deletions
|
|
@ -1,7 +0,0 @@
|
||||||
|
|
||||||
function setBackground(){
|
|
||||||
let bg = "https://picsum.photos/1366/768.webp";
|
|
||||||
document.body.style.background = "url('" + bg + "')";
|
|
||||||
}
|
|
||||||
|
|
||||||
export default setBackground;
|
|
||||||
Loading…
Reference in a new issue