diff --git a/client/src/ui/system/background.js b/client/src/ui/system/background.js new file mode 100644 index 0000000..32cad79 --- /dev/null +++ b/client/src/ui/system/background.js @@ -0,0 +1,7 @@ + +function setBackground(){ + let bg = "https://picsum.photos/1280/720.webp"; + document.body.style.background = "url('" + bg + "')"; +} + +export default setBackground; \ No newline at end of file