Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kdo2064 committed Jun 25, 2024
1 parent 41403a6 commit 92a3e6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Email Spoofing and Illusion-Inbox Tool</title><style>body {font-family: 'Courier New', Courier, monospace;line-height: 1.6;margin: 0;padding: 0;background-color: #000;color: #0F0;}.container {max-width: 800px;margin: auto;padding: 20px;background-color: #111;border: 2px solid #0F0;border-radius: 8px;box-shadow: 0 0 20px rgba(0, 240, 0, 0.5);}h1, h2 {text-align: center;color: #0F0;}p {color: #0a0;}.warning {color: red;font-weight: bold;}.tool-info {margin-top: 20px;padding: 10px;background-color: #333;border-left: 4px solid #0F0;}.tool-info p {margin: 10px 0;color: #0a0;}.icons {display: flex;justify-content: center;margin-top: 20px;}.icons a {margin: 0 20px;color: #0F0;font-size: 24px;text-decoration: none;transition: color 0.3s ease;}.icons a:hover {color: #0a0;}#banner {display: block;margin: 20px auto;max-width: 100%;height: auto;border: 2px solid #0F0;border-radius: 8px;box-shadow: 0 0 10px rgba(0, 240, 0, 0.5);}#tele, #git {width: 64px;height: 64px;transition: transform 0.3s ease;}#tele:hover, #git:hover {transform: scale(1.2);}</style></head><body><div class="container"><img id="banner" src="https://i.ibb.co/cgwZFNj/Screenshot-2024-06-25-155050.png" alt="Illusion-Inbox Banner"><h1>Email Spoofing and Illusion-Inbox Tool</h1><p>Email spoofing involves creating email messages with a forged sender address, often used in phishing attacks and spam campaigns.</p><p class="warning">Disclaimer: Email spoofing is illegal and unethical. This page is for educational purposes only.</p><div class="tool-info"><h2>Illusion-Inbox Tool</h2><p>Illusion-Inbox is a fictional email spoofing tool created for fun and educational purposes. It includes built-in limits to prevent abuse:</p><ul><li>No abusive language allowed in spoofed emails.</li><li>Strict usage limits to discourage misuse.</li><li>Designed solely for educational purposes; not to be used for illegal activities.</li></ul><p>Our team, Team Illusion, emphasizes that we are not responsible for any illegal activity conducted using this tool. Legal consequences may follow if used improperly.</p></div><div class="icons"><a href="https://t.me/teamillusionofficial" target="_blank" title="Join Team Illusion Telegram Group"><img id="tele" src="https://imgs.search.brave.com/-l5rwLOJLZfzJBcpET3ctrELzSknoYc9EPFFfn_0KZY/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9zdGF0/aWMtMDAuaWNvbmR1/Y2suY29tL2Fzc2V0/cy4wMC90ZWxlZ3Jh/bS1pY29uLTUxMng1/MTItNHN6dGplcjgu/cG5n" alt="Telegram Icon"></a><a href="https://github.com/kdo2064" target="_blank" title="Illusion-Inbox GitHub Repository"><img id="git" src="https://imgs.search.brave.com/VdMzK4soWwWi5lNtF9ri4_5hTQYovZdpAtjut1Ndjk8/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9zdGF0/aWMtMDAuaWNvbmR1/Y2suY29tL2Fzc2V0/cy4wMC9naXRodWIt/aWNvbi0yNTZ4MjQ5/LTdpbWdqNTRtLnBu/Zw" alt="GitHub Icon"></a></div></div></body></html>

0 comments on commit 92a3e6f

Please sign in to comment.