Spaces:
Running
Running
Update index.html
Browse files- 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://
|
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();
|