mirror of
https://github.com/danbulant/ester_os
synced 2026-05-27 13:51:47 +00:00
Move background getter
This commit is contained in:
parent
814f67617d
commit
4aaca9e073
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
function setBackground(){
|
function setBackground(){
|
||||||
let bg = "https://picsum.photos/1280/720.webp";
|
let bg = "https://picsum.photos/1366/768.webp";
|
||||||
document.body.style.background = "url('" + bg + "')";
|
document.body.style.background = "url('" + bg + "')";
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Reference in a new issue