mirror of
https://github.com/danbulant/ester_os
synced 2026-06-16 04:41:08 +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