BraydenMoore commited on
Commit
2961305
1 Parent(s): e3b6623

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -104,7 +104,7 @@
104
  <script>
105
  document.addEventListener("DOMContentLoaded", function() {
106
  const feed = document.getElementById("feed");
107
- feed.src = "{{ url_for('static', filename='loading.gif') }}"
108
  setTimeout(function() {
109
  const newUrl = "{{ url }}";
110
  feed.src = newUrl;
 
104
  <script>
105
  document.addEventListener("DOMContentLoaded", function() {
106
  const feed = document.getElementById("feed");
107
+ feed.src = "https://i.ibb.co/ByxfFPw/loading.gif"
108
  setTimeout(function() {
109
  const newUrl = "{{ url }}";
110
  feed.src = newUrl;