Created
June 22, 2019 22:16
-
-
Save noahpryor/4641b7317ea73f2e4c15c0087ca09fe8 to your computer and use it in GitHub Desktop.
pixel me redirect
This file contains 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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Noah Pryor</title> | |
<script> | |
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? | |
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; | |
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; | |
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, | |
document,'script','https://connect.facebook.net/en_US/fbevents.js'); | |
fbq('init', '12455'); | |
fbq('track', 'PageView'); | |
</script> | |
<noscript><img height="1" width="1" style="display:none" | |
src="https://www.facebook.com/tr?id=12455&ev=PageView&noscript=1" | |
/></noscript> | |
<script> | |
var timer = setTimeout(function() { | |
window.location='https:\/\/noahpryor.com\/?utm_source=google\x26utm_medium=email\x26pix=1_1_1' | |
}, 500 ); | |
</script></head> | |
<body> | |
<noscript> | |
Redirecting to <a href="https://noahpryor.com/?utm_source=google&utm_medium=email&pix=1_1_1">https://noahpryor.com/?utm_source=google&utm_medium=email&pix=1_1_1</a> | |
</noscript><h1>test</h1></body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment