sitescope
Login Form
Login:
Password:
My Resource
Blog Comments
Please post your comments for the blog
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Blog - Hacked by Awais</title> <style> body { font-family: Arial, sans-serif; background-color: #111; color: #f44336; text-align: center; padding: 50px; } h1 { font-size: 48px; margin-bottom: 10px; } p { font-size: 24px; font-weight: bold; } .footer { margin-top: 40px; font-size: 14px; color: #888; } </style> </head> <body> <h1>Hacked by Awais</h1> <p>Welcome to my blog!</p> <p>This site has been hacked by Awais. Just kidding! 😊</p> <div class="footer"> © 2025 Hacked Blog by Awais </div> </body> </html>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Blog - Hacked by Awais</title> <style> body { font-family: Arial, sans-serif; background-color: #111; color: #f44336; text-align: center; padding: 50px; } h1 { font-size: 48px; margin-bottom: 10px; } p { font-size: 24px; font-weight: bold; } .footer { margin-top: 40px; font-size: 14px; color: #888; } </style> </head> <body> <h1>Hacked by Awais</h1> <p>Welcome to my blog!</p> <p>This site has been hacked by Awais. Just kidding! 😊</p> <div class="footer"> © 2025 Hacked Blog by Awais </div> </body> </html>