mirror of
https://github.com/danbulant/ester_os
synced 2026-05-20 20:58:31 +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(){
|
||||
let bg = "https://picsum.photos/1280/720.webp";
|
||||
let bg = "https://picsum.photos/1366/768.webp";
|
||||
document.body.style.background = "url('" + bg + "')";
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue