import React from 'react'; import Head from './head'; import Foot from './foot'; export default React.createClass({ render: function() { return (

404

Sorry, it looks like the page you asked for is gone.

Take Me Home or Show Me the Wubs
); } });