mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 06:30:07 +01:00
Change path
This commit is contained in:
parent
837d9dfe6c
commit
f59182093c
4 changed files with 1 additions and 1 deletions
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
|
@ -41,7 +41,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
z-index: 99999999;
|
z-index: 99999999;
|
||||||
background-image: url('/img/loader<?= random_int(1, 3) ?>.gif'); /* your icon gif file path */
|
background-image: url('/assets/img/loader/<?= random_int(1, 3) ?>.gif');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue