├── favicon.ico ├── favicon-16x16.png ├── favicon-32x32.png ├── assets └── img │ └── amazon.png ├── cssd2d5.css ├── css975a.css ├── button.css ├── Insert Locker and Customize - cpazip.com - Tutorials and Methods.txt ├── README.md ├── free-xbox-gift-cards.html ├── free-paypal-gift-cards.html ├── free-steam-gift-cards.html ├── free-spotify-gift-cards.html ├── free-itunes-gift-cards.html ├── free-google-play-gift-cards.html ├── free-playstation-store-gift-cards.html ├── free-amazon-gift-cards.html ├── index.html ├── js └── standard.js ├── button.html └── resources ├── stylesV2.css ├── pluginsV2.js └── cards.svg /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard-1/HEAD/favicon.ico -------------------------------------------------------------------------------- /favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard-1/HEAD/favicon-16x16.png -------------------------------------------------------------------------------- /favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard-1/HEAD/favicon-32x32.png -------------------------------------------------------------------------------- /assets/img/amazon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard-1/HEAD/assets/img/amazon.png -------------------------------------------------------------------------------- /cssd2d5.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'Open Sans'; 3 | font-style: normal; 4 | font-weight: 400; 5 | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype'); 6 | } 7 | -------------------------------------------------------------------------------- /css975a.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'Raleway'; 3 | font-style: normal; 4 | font-weight: 400; 5 | src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyC0ISg.ttf) format('truetype'); 6 | } 7 | @font-face { 8 | font-family: 'Raleway'; 9 | font-style: normal; 10 | font-weight: 700; 11 | src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwJYtWqZPBQ.ttf) format('truetype'); 12 | } 13 | -------------------------------------------------------------------------------- /button.css: -------------------------------------------------------------------------------- 1 | .myButton { 2 | box-shadow:inset 0px 0px 0px -18px #a4e271; 3 | background:linear-gradient(to bottom, #89c403 5%, #77a809 100%); 4 | background-color:#89c403; 5 | border-radius:11px; 6 | display:inline-block; 7 | cursor:pointer; 8 | color:#ffffff; 9 | font-family:Trebuchet MS; 10 | font-size:22px; 11 | font-weight:bold; 12 | padding:15px 43px; 13 | text-decoration:none; 14 | text-shadow:0px 1px 6px #528009; 15 | } 16 | .myButton:hover { 17 | background:linear-gradient(to bottom, #77a809 5%, #89c403 100%); 18 | background-color:#77a809; 19 | } 20 | .myButton:active { 21 | position:relative; 22 | top:1px; 23 | } 24 | 25 | body { 26 | font-family: 'Raleway', sans-serif; 27 | color: #ffffff; 28 | } 29 | -------------------------------------------------------------------------------- /Insert Locker and Customize - cpazip.com - Tutorials and Methods.txt: -------------------------------------------------------------------------------- 1 | To install the content locker url on the HTML, edit Index.html and search for "LOCKERURL" 2 | Then replace with your content locker URL and you're done. 3 | 4 | You can also do this, 5 | Press Control + F to search 6 | paste this > LOCKERURL 7 | 8 | You will find where to paste your locker URL 9 | 10 | Example: 11 | href="LOCKERURL" 12 | 13 | should look like this: 14 | href="https://verifyzone.com/locker12123312" 15 | 16 | 17 | You can edit your landing page to fit with your game if you need :) 18 | 19 | 20 | Collection of CPA Landing Pages and Methods: 21 | https://cpazip.com 22 | 23 | How to customize it the landing page: 24 | https://cpazip.com/customize-cpa-landing-page/ 25 | 26 | 27 | 28 | Created by CPAZip.com- Free Landing Pages and CPA Methods 29 | ___ _ __   __ _ ___(_)_ __   ___ ___  _ __ ___   30 |  / __| '_ \ / _` |_  / | '_ \ / __/ _ \| '_ ` _ \ 31 | | (__| |_) | (_| |/ /| | |_) | (_| (_) | | | | | | 32 |  \___| .__/ \__,_/___|_| .__(_)___\___/|_| |_| |_| 33 |      |_|               |_|                         34 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # FreeCard - CPA Landing Page - GiftCard Niche 2 | 3 | 4 |
5 | 6 | Discover "FreeCard": An amazing CPA Landing pages with gift-card number generator 7 | 8 |

9 |  Join Us on OGAds:

10 |

11 | CPA Creators

12 |
13 |

14 |  Join Us on Adblue Media (Ex CPABuild):

15 | CPA Creators

16 |
17 |

18 | 19 | "FreeCard" is a CPA landing page template based on the gift card niche. Pretty similar to the "LogiCard" template, you can expect a great conversion rate and you can use it as a homepage for your gaming niche. 20 |

You simply need to add your locker to the button.html page: