Welcome to the Charcoal Design Weblog

Home to the random musings of our editor, plus aggregated Charcoal Design news and articles.

Disclaimer: The opinions expressed here are those of the author and are not endorsed by Charcoal Design unless specifically stated.

 
RSS feed icon Subscribe to weblog feed: RSS | ATOM
 
Large Hadron Collider

Posted at 1:59pm on 10 Sep 2008

NOPE.

This is brilliant:

www.hasthelargehadroncolliderdestroyedtheworldyet.com

Those nerdy enough to view the source will also appreciate the JavaScript-based joke that controls the text. I would suggest that the following would have been funnier though:

if (typeof(world) == "undefined")
    document.write("YUP.");
else
    document.write("NOPE.");
Permalink