Skip to content

Instantly share code, notes, and snippets.

@noahpryor
Created June 22, 2019 22:16
Show Gist options
  • Save noahpryor/4641b7317ea73f2e4c15c0087ca09fe8 to your computer and use it in GitHub Desktop.
Save noahpryor/4641b7317ea73f2e4c15c0087ca09fe8 to your computer and use it in GitHub Desktop.
pixel me redirect
<!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&amp;utm_medium=email&amp;pix=1_1_1">https://noahpryor.com/?utm_source=google&amp;utm_medium=email&amp;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