ShahriarAbid

Fake Defiance Html Code by Shahriar Abid

Aug 22nd, 2024
883
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.14 KB | Source Code | 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>Welcome Page</title>
  7.     <style>
  8.         body {
  9.             display: flex;
  10.             justify-content: center;
  11.             align-items: center;
  12.             height: 100vh;
  13.             margin: 0;
  14.             background-color: #f0f0f0;
  15.             font-family: Arial, sans-serif;
  16.             text-align: center;
  17.         }
  18.         .container {
  19.             color: #333;
  20.         }
  21.         h1 {
  22.             font-size: 40px;
  23.             color: #ff6347;
  24.             margin-bottom: 10px;
  25.         }
  26.         p {
  27.             font-size: 20px;
  28.             color: #4682b4;
  29.             margin: 5px 0;
  30.         }
  31.         footer {
  32.             font-size: 18px;
  33.             color: #2e8b57;
  34.             margin-top: 10px;
  35.         }
  36.     </style>
  37. </head>
  38. <body>
  39.     <div class="container">
  40.         <h1>This Website Was Hacked By Shahriar Abid</h1>
  41.         <p>The Bangladeshi Hacker 🇧🇩</p>
  42.         <footer>t.me/ShahriarAbidbd</footer>
  43.     </div>
  44. </body>
  45. </html>
  46. <!--© t.me/ShahriarAbidbd-->
Advertisement
Add Comment
Please, Sign In to add comment