|
|
|
|
@ -3,6 +3,10 @@ import FrozenHead from 'react-frozenhead'
|
|
|
|
|
import React from 'react'
|
|
|
|
|
import SupportStore from '../stores/SupportStore'
|
|
|
|
|
import { RouteHandler } from 'react-router'
|
|
|
|
|
import ga from 'react-google-analytics'
|
|
|
|
|
|
|
|
|
|
ga('create', 'UA-62785624-1', 'auto');
|
|
|
|
|
ga('send', 'pageview');
|
|
|
|
|
|
|
|
|
|
export default class App extends React.Component {
|
|
|
|
|
|
|
|
|
|
@ -33,8 +37,7 @@ export default class App extends React.Component {
|
|
|
|
|
<meta property="og:image" content="http://file.pizza/images/fb.png" />
|
|
|
|
|
<title>FilePizza - Send Files, Easily</title>
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Quicksand:300,400,700" />
|
|
|
|
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lobster+Two" />
|
|
|
|
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Quicksand:300,400,700|Lobster+Two" />
|
|
|
|
|
<link rel="stylesheet" href="/css" />
|
|
|
|
|
|
|
|
|
|
<script src="/js" />
|
|
|
|
|
@ -47,6 +50,7 @@ export default class App extends React.Component {
|
|
|
|
|
? <RouteHandler />
|
|
|
|
|
: <ErrorPage />}
|
|
|
|
|
<script>FilePizza()</script>
|
|
|
|
|
<ga.Initializer />
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
}
|
|
|
|
|
|