BraydenMoore commited on
Commit
042d85b
·
1 Parent(s): e81efb5

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -0
templates/index.html CHANGED
@@ -243,6 +243,9 @@
243
  };
244
 
245
  img.onerror = function() {
 
 
 
246
  window.location.href = "?new=true";
247
  };
248
 
 
243
  };
244
 
245
  img.onerror = function() {
246
+ feed.style.width = "80px";
247
+ feed.style.height = "50px";
248
+ feed.src = loadingGif;
249
  window.location.href = "?new=true";
250
  };
251