Last active
June 20, 2021 12:51
-
-
Save glasses618/fb65f67cfd5e67a10b2ba1d7ed5a0229 to your computer and use it in GitHub Desktop.
Revisions
-
glasses618 revised this gist
Jun 20, 2021 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,11 +4,11 @@ <meta charset="utf-8"> </head> <body> <img src="https://someawscdn.cloudfront.net/image.png"> <script> setTimeout(function () { var oReq = new XMLHttpRequest(); oReq.open("GET", "https://someawscdn.cloudfront.net/image.png"); oReq.send(); }, 5000); </script> -
glasses618 created this gist
Jun 20, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ <!DOCTYPE html> <html> <head> <meta charset="utf-8"> </head> <body> <img src="https://d18axv2dqejurl.cloudfront.net/logo_bonio.png"> <script> setTimeout(function () { var oReq = new XMLHttpRequest(); oReq.open("GET", "https://d18axv2dqejurl.cloudfront.net/logo_bonio.png"); oReq.send(); }, 5000); </script> </body> </html>