Advertisement
HelloWar75

Untitled

Apr 15th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <?php
  2. $nome = $_GET['name'];
  3. $sobrenome = $_GET['last'];
  4. ?>
  5. <!DOCTYPE html>
  6. <html lang="en-US">
  7. <head>
  8. <meta charset="UTF-8">
  9. <meta name="viewport" content="width=device-width, initial-scale=1">
  10. <link rel="stylesheet" type="text/css" href="css/style.css">
  11. <title>Title Here</title>
  12. <script>function red(url){window.location = url;}</script>
  13. </head>
  14. <body onclick="">
  15. <div class="step">
  16. <div><h2>Hi <?php echo $nome; ?> <?php echo $sobrenome; ?> <br></h2></div>
  17. <div><h3>Please confirm you are human by filling out the captcha below. You may be asked to install an app from Apple Store. <br></h3></div>
  18. <a href="http://google.com"><img src="img/img.png" class="img-responsive" style="margin:0 auto;"></a>
  19. <div><h4>just add some good sentence here :).</h4></div>
  20. <a href="http://google.com" class="btn"><br></a>
  21. </div>
  22.  
  23.  
  24. <!-- This landing page has been Generated using purelander.com -->
  25.  
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement