memex-in commited on
Commit
44d8eb6
·
verified ·
1 Parent(s): 3cd8103

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -29,7 +29,7 @@
29
  document.getElementById('result').innerText = 'Proxy Detection Timed Out';
30
  }, timeout);
31
 
32
- img.src = 'https://www.example.com/some-image.jpg'; // Replace with a valid image URL
33
  }
34
 
35
  checkProxy();
 
29
  document.getElementById('result').innerText = 'Proxy Detection Timed Out';
30
  }, timeout);
31
 
32
+ img.src = 'https://images.pexels.com/photos/7454367/pexels-photo-7454367.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2'; // Replace with a valid image URL
33
  }
34
 
35
  checkProxy();