Geocitify the web

Published

Ever wanted to back to the good old days when you opened a web page and an X-Files MIDI file started playing? When the entire web was “Under-Construction”? add this:

javascript:(function(){ var el = document.createElement("link"); el.setAttribute("href", "http://divshot.github.io/geo-bootstrap/swatch/bootstrap.min.css"); el.setAttribute("rel","stylesheet"); document.getElementsByTagName("head")[0].appendChild(el); }());

into your bookmark bar and you can turn every bootstrap site into a geocities page.

From this: Into this: Screen Shot 2013-04-10 at 6.52.23 PM