Last active
March 24, 2019 00:56
-
-
Save KyleAMathews/96e8a66387909ef911ceb21a85b7efee to your computer and use it in GitHub Desktop.
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 characters
<html> | |
<head> | |
<link | |
rel="prefetch" | |
as="image" | |
href="https://images.pexels.com/photos/248797/pexels-photo-248797.jpeg" | |
onload="fetch('https://images.pexels.com/photos/248797/pexels-photo-248797.jpeg')" | |
/> | |
</head> | |
<body> | |
<h2>Just testing a trick</h2> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment