Advertisement
FlyFar

iframe_index.html

Mar 29th, 2023
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.00 KB | Cybersecurity | 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>Document</title>
  7.     <link rel="stylesheet" type="text/css" href="../styles.css" />
  8.   </head>
  9.   <body style="margin: 0; position: relative">
  10.     <img
  11.      src="./bannerImg.jpg"
  12.      width="100%"
  13.      height="150px"
  14.      style="object-fit: cover"
  15.    />
  16.     <div
  17.      style="
  18.        position: absolute;
  19.        left: 0;
  20.        top: 0;
  21.        right: 0;
  22.        bottom: 0;
  23.        background-color: rgba(59, 42, 42, 0.82);
  24.        color: white;
  25.        padding: 0px 34px;
  26.      "
  27.    >
  28.       <h2 style="font-size: 26px; font-weight: 600">
  29.         Antivirus software hates him!
  30.       </h2>
  31.       <div style="font-size: 18px">
  32.         Check out how this student is stealing your computing power with this
  33.         one simple trick...
  34.       </div>
  35.     </div>
  36.     <script src="../index.ts" type="module"></script>
  37.   </body>
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement