repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 28bb7999f7a8929c481d3f38981e525370ae422d:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 28bb7999f7a8929c481d3f38981e525370ae422d
Author: James Baicoianu 
Date:   Wed Dec 11 18:26:31 2019 -0800

    Moved background image off of external server

diff --git a/css/janusweb.css b/css/janusweb.css
index f870021542dbf537e6a30bcfa5b5c9cd1cc67f78..
index ..c3e379802670535f6db3e05ed884707f130a8261 100644
--- a/css/janusweb.css
+++ b/css/janusweb.css
@@ -57,7 +57,7 @@ body.dark .ui_window:after {
   height: 1000px;
 }
 .engine_view {
-  background: url(https://cdn.discordapp.com/attachments/296481684495532043/405547351009263626/unknown.png);
+  background: url(https://web.janusvr.com/media/images/background.png);
   background-size: cover;
 }
 .engine_view .engine_systems_render_css3d {
diff --git a/media/images/background.png b/media/images/background.png
new file mode 100644
index 0000000000000000000000000000000000000000..48551ca41c34d837a1fe3504feb87d99530ed766
Binary files /dev/null and b/media/images/background.png differ

-----END OF PAGE-----