Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2019-01-18 16:07:45 +0300
committerGitHub <noreply@github.com>2019-01-18 16:07:45 +0300
commite5bbefce40fad351ea8ca8ae1fc6485d43ccfe09 (patch)
tree1169641ca34e1ef59326e7617665138c8056722e /static/index.php
parent1305b456fcb2fc848cdf654531c45a7e207e30c8 (diff)
use local image15.0.2
Diffstat (limited to 'static/index.php')
-rw-r--r--static/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/index.php b/static/index.php
index 59071fee..6ffca076 100644
--- a/static/index.php
+++ b/static/index.php
@@ -17,7 +17,7 @@
align: center;
text-align: center;
background: #0082c9; /* Old browsers */
- background-image: url('https://raw.githubusercontent.com/nextcloud/server/master/core/img/background.png');
+ background-image: url('/nextcloud/core/img/background.png');
background-size: cover;
}
div.logotext {