diff --git a/res/bg.jpg b/res/bg.jpg new file mode 100644 index 0000000..60f95ea Binary files /dev/null and b/res/bg.jpg differ diff --git a/res/stylesheet.css b/res/stylesheet.css index 961e656..b126797 100644 --- a/res/stylesheet.css +++ b/res/stylesheet.css @@ -1,7 +1,7 @@ /*Root*/ :root { background-color: rgb(110, 0, 0); - background-image: url('https://s14.postimg.cc/6ge0ofcrl/image.jpg'); + background-image: url('bg.jpg'); background-repeat: no-repeat; background-size: cover; background-attachment: fixed;