-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (54 loc) · 3.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Need a reason to work from home? Get some of the most effective excuses as voted by the community. WFH.Ninja is the best way to start your day!">
<meta name="author" content="">
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
<link rel="stylesheet" href="/static/thirdparty/bootstrap.min.css" type="text/css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.8.0/lodash.min.js"></script>
<title>Reasons to work from home</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link href="/static/css/cover.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-12209022-2', 'auto');
ga('send', 'pageview');
</script>
<!-- fb insights-->
<meta property="fb:admins" content="576641408" />
<!--facebook-->
<meta property="og:title" content="Generate a reason to Work from Home" />
<meta property="og:site_name" content="" ntent="WFH.ninja"/>
<meta property="og:url" content="http://wfh.ninja" />
<meta property="og:description" content="Need a reason to work from home? Get some of the most effective excuses as voted by the community. WFH.Ninja is the best way to start your day!" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:image" content="http://wfh.ninja/share.png" />
<!-- twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@christinang89" />
<meta name="twitter:url" content="http://wfh.ninja" />
</head>
<body>
<script src="/static/thirdparty/react.js"></script>
<script src="/static/thirdparty/JSXTransformer.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-2.1.4.min.js" charset="utf-8"></script>
<script type="text/javascript" src="/static/thirdparty/bootstrap.min.js" charset="utf-8"></script>
<!-- Application components -->
<script type="text/jsx" src="/static/js/quotes.js"></script>
<script type="text/jsx" src="/static/js/submit_form.js"></script>
<script type="text/jsx" src="/static/js/app.js"></script>
</body>
</html>