|
|
|
|
@ -52,7 +52,9 @@ export default class App extends React.Component {
|
|
|
|
|
? <RouteHandler />
|
|
|
|
|
: <ErrorPage />}
|
|
|
|
|
</div>
|
|
|
|
|
<footer className="byline">Cooked up by <a href="http://kern.io" target="_blank">Alex Kern</a> & <a href="http://neeraj.io" target="_blank">Neeraj Baid</a> while eating <strong>Sliver</strong> @ UC Berkeley. <a href="https://github.com/kern/filepizza">Fork us</a>.</footer>
|
|
|
|
|
<footer className="byline">
|
|
|
|
|
Cooked up by <a href="http://kern.io" target="_blank">Alex Kern</a> & <a href="http://neeraj.io" target="_blank">Neeraj Baid</a> while eating <strong>Sliver</strong> @ UC Berkeley · <a href="https://github.com/kern/filepizza#faq">FAQ</a> · <a href="https://github.com/kern/filepizza">Fork us</a>
|
|
|
|
|
</footer>
|
|
|
|
|
<script>FilePizza()</script>
|
|
|
|
|
<ga.Initializer />
|
|
|
|
|
</body>
|
|
|
|
|
|