HTML is the skeleton. CSS is the skin. JavaScript is the BRAIN.
To make the page react, we use two things:
1. The Trigger: onclick="..." (When you click the button)
2. The Action: function hackSystem() (The code that runs)
1. Open this file in your code editor.
2. Scroll down to the <script> section.
3. Find the alert("SYSTEM HACKED SUCCESSFULLY") line.
4. Change the message to say "I AM IN".