Guest User

index

a guest
Dec 8th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. <?php
  2. $snippet_a[1] = 'Save 40% on Car Insurance';
  3. $snippet_a[2] = 'Are you over-paying for Car Insurance?';
  4. $snippet_a[3] = 'Low Cost Auto Insurance from $15';
  5.  
  6. $snippet_b[1] = 'A five-minute quote can save you $500+';
  7. $snippet_b[2] = 'Get a free, instant quote and save up to $500';
  8. $snippet_b[3] = 'Our customers save $500 on average!';
  9.  
  10. $snippet_c[1] = 'Get Quotes Now';
  11. $snippet_c[2] = 'Get Free Quote';
  12. $snippet_c[3] = 'Let\'s Get Started';
  13.  
  14. $snippet_d[1] = 'red.png';
  15. $snippet_d[2] = 'blue.png';
  16. $snippet_d[3] = 'yellow.png';
  17.  
  18. require_once('lp-genius.php');
  19. ?>
  20. <!DOCTYPE html>
  21. <html>
  22. <head>
  23. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  24. <title>Basic LP</title>
  25. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  26. <link href="css/bootstrap.min.css" rel="stylesheet">
  27. <link href="css/bootstrap-responsive.min.css" rel="stylesheet">
  28. <link href="css/custom.css" rel="stylesheet">
  29. </head>
  30. <body id="body" class="" style="background-color: rgb(60, 141, 191);">
  31. <div class="container">
  32. <div class="row-fluid">
  33. <div class="span12">
  34. <div id="wrap" class="" style="border-color: rgb(49, 94, 126);">
  35. <div id="header">
  36. <h1 id="headline" class="">##snippet_a##</h1>
  37. <h3 id="subheadline" class="">##snippet_b##</h3>
  38. </div>
  39. <!-- header -->
  40. <div id="main">
  41. <div id="col_left" class="span6">
  42. <a href="http://ctrtard.com/" id="image_link">
  43. <img id="image" class="" src="img/##snippet_d##" style="max-width:300px;max-height:255px;">
  44. </a>
  45. <p id="caption" class="">
  46. "Killer image caption..."
  47. </p>
  48. <p>
  49. </p>
  50. </div>
  51. <!-- col_left -->
  52. <div id="col_right" class="span6">
  53. <ul>
  54. <li id="benefit_1" class="">Save money, save time</li>
  55. <li id="benefit_2" class="">We do the hard work for you</li>
  56. <li id="benefit_3" class="">Find the policy you need</li>
  57. </ul>
  58. <div id="cta">
  59. <a href="http://ctrtard.com/" id="button" class="btn ">##snippet_c##</a>
  60. </div>
  61. <!-- cta -->
  62. <div id="date">
  63. <span id="final_push" class="">
  64. Hurry! This offer will expire soon, so act now!
  65. </span>
  66. </div>
  67. <!-- date -->
  68. </div>
  69. <!-- col_right -->
  70. <div class="clear"></div>
  71. </div>
  72. <!-- main -->
  73. </div>
  74. <!-- wrap -->
  75. </div>
  76. <!-- span12 -->
  77. </div>
  78. <!-- row-fluid -->
  79. </div>
  80. <!-- container -->
  81. </body>
  82. </html>
Add Comment
Please, Sign In to add comment