0
CSS Killswitch One Line Code
CSSKillswitch for disabling, or hiding an entire website with a single line of code incase you have a client that decides to not pay you, just add this to the CSS file until they do pay. :)
* { display: none; }
Levels: Syntax: CSS





