Move background getter

This commit is contained in:
danbulant 2020-02-07 20:40:29 +01:00
parent 814f67617d
commit 4aaca9e073

View file

@ -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 + "')";
}