Browse Source

fix img path online

wayou 7 years ago
parent
commit
27b548d376
2 changed files with 4 additions and 4 deletions
  1. 2 2
      index.html
  2. 2 2
      main.css

File diff suppressed because it is too large
+ 2 - 2
index.html


+ 2 - 2
main.css

@@ -16,8 +16,8 @@ html,body{
 
 .icon-offline {
   content: -webkit-image-set(
-      url(/assets/default_100_percent/100-error-offline.png) 1x,
-      url(/assets/default_200_percent/200-error-offline.png) 2x);
+      url(assets/default_100_percent/100-error-offline.png) 1x,
+      url(assets/default_200_percent/200-error-offline.png) 2x);
   position: relative;
 }
 

Some files were not shown because too many files changed in this diff