07-22-2016, 01:57 AM
(This post was last modified: 05-15-2017, 03:58 AM by ♕ Lord Krafty ♕.)
How to create a 302 link which links from one site to a other like:
http://perfectcookingpaleos.ga/
http://perfectcookingpaleos.ga/
Code:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>OFFER TITLE</title>
<meta name="description" content="OFFER DESCRIPTION" />
<meta http-equiv="refresh" content="0;url=http://YOUR AFFILIATE LINK">
</head>
<body>
<p>One moment...</p>
</body>
</html>