A lightweight, single-page web template featuring a dynamic Matrix-style rain effect, custom typography, and integrated audio. Designed for cybersecurity enthusiasts.
- Matrix Rain Canvas: A custom JavaScript implementation of the classic digital rain effect
- Thematic Styling: Neon green glow effects against a dark background
- Auto-Play Audio: Integrated audio player for team anthems
| File | Description |
|---|---|
index.html |
The main entry point (HTML, CSS, and JS) |
black_Tomato.jpg |
The team logo image |
anthem.mp3 |
The background music file |
Edit the text inside the members div to change the names:
<div id="members">
🥷 YOUR_NAME | 🥷 MEMBER_2 | 🥷 MEMBER_3
</div>
In the <script> tag, adjust the 35 value. Lower is faster:
setInterval(draw, 35);
- Save the code as
index.html. - Place
black_Tomato.jpgandanthem.mp3in the same folder. - Open
index.htmlin your browser.
This project is for educational purposes only.
Developed by ZUNATIC 🍅