Advertisement
beetroit

Untitled

Feb 13th, 2025
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.04 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.   <head>
  4.     <meta charset="UTF-8" />
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6.     <title>Simple web page</title>
  7.     <link rel="stylesheet" href="style.css" />
  8.   </head>
  9.   <body>
  10.     <!--Start Header (section one)-->
  11.     <header>
  12.       <h1 style="color: white;">The Super <u>SECRET METHOD</u> To Hacking Anyone</h1>
  13.       <h2 style="color: white;">(How I Hacked <u>Three Thousand Peaople Last Year</u>)</h2>
  14.       <div class="header-video">
  15.         <iframe
  16.          width="100%"
  17.          height="100%"
  18.          src="https://www.youtube.com/embed/vidoeidhere"
  19.          frameborder="0"
  20.          allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
  21.          allowfullscreen
  22.        ></iframe>
  23.       </div>
  24.     </header>
  25.     <!--End Header (section one)-->
  26.  
  27.     <!--Start images and text section (Section two)-->
  28.     <section class="images-text">
  29.       <div class="images">
  30.         <div class="image" style="pointer-events: none;"><img src="images/img1.png" alt="not found" /></div>
  31.         <div class="image" style="pointer-events: none;"><img src="images/img2.png" alt="not found" /></div>
  32.         <div class="image" style="pointer-events: none;"><img src="images/img3.png" alt="not found" /></div>
  33.       </div>
  34.       <br><br><br>
  35.       <div class="text" style="color: white;">
  36.         <h2>Title for giving reasons why this PDF is important for the employees</u></h2>
  37.         <div class="lists">
  38.           <ul>
  39.             <li>Reason1</li>
  40.             <li>Reason2</li>
  41.             <li>Reason3</li>
  42.           </ul>
  43.           <ul>
  44.             <li>Reason4</li>
  45.             <li>Reason5</li>
  46.             <li>Reason6</li>
  47.           </ul>
  48.         </div>
  49.       </div>
  50.     </section>
  51.     <!--End images and text section (Section two)-->
  52.     <!--Start testimonial (Section three)-->
  53.     <div class="testimonial">
  54.       <div class="reviews">
  55.         <div class="review">
  56.           <br><br>
  57.           <div class="image"><img src="images/stars.png" alt="not found"><br><b style="color: yellow;">5/5</b></div>
  58.           <p>Review here</p>
  59.           <h4>Name of person</h4><br>
  60.           <b>Job Position</b>
  61.           <br><br>
  62.         </div>
  63.         &nbsp;
  64.         <div class="review">
  65.           <br><br>
  66.           <div class="image"><img src="images/stars.png" alt="not found"><b style="color: yellow;">5/5</b></div>
  67.           <p>Review here</p>
  68.           <h4>Name of person</h4><br>
  69.           <b>Job Position</b>
  70.           <br><br>
  71.         </div>
  72.         &nbsp;
  73.         <div class="review">
  74.           <br><br>
  75.           <div class="image"><img src="images/stars.png" alt="not found"><b style="color: yellow;">5/5</b></div>
  76.           <p>Review here</p>
  77.           <h4>Name of person</h4><br>
  78.           <b>Job Position</b>
  79.           <br><br>
  80.         </div>
  81.       </div>
  82.       <br>
  83.       <a href="report.pdf""><button> >>> Download Today!<<< </button></a>
  84.     </div>
  85.     <!--End testimonial (Section three)-->
  86.   </body>
  87. </html>
  88.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement