A site created to show stylish terminal-like interface that displays text with a classic "hacker" effect, where characters are randomly scrambled before settling into their final form. It's my first js/html project as n00b :')
- Terminal-style interface
- Animated text scrambling effect with various intervals
- Blinking cursor
- Retro scanline effect
- Can be viewed by cloning the repository and opening
index.htmlin your web browser. - Github Pages: https://shinigamiidaikou.github.io/HackerPrint-Site/
The displayed text can be modified by changing the text constant in script.js:
const text = "Your custom text here";