A retro hacker-style terminal page featuring a typewriter text animation effect. Green text scrolls character by character onto a black terminal screen, simulating a classic shell interface.
- Typewriter animation - Text appears one character at a time at configurable speed
- Terminal aesthetic - Green-on-black color scheme with bordered console window
- Blinking cursor input - Interactive input field styled as a command prompt
- Lightweight - No dependencies, pure vanilla HTML/CSS/JS
- HTML5
- CSS3
- Vanilla JavaScript (DOM manipulation,
setInterval)
- Clone the repository:
git clone https://github.com/Senzo13/404-monday.git
- Open
index.htmlin any modern browser.
No build tools or server required.
404-monday/
├── index.html # Main page with embedded typewriter script
└── style.css # Terminal styling and layout
This project is open source.
