-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
105 lines (105 loc) · 4.83 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width"/>
<meta name="google" content="notranslate" />
<meta http-equiv="cache-control" content="max-age=86400" />
<link rel="stylesheet" type="text/css" href="vendor/csshelper/dist/helper.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/app.css">
<link rel="stylesheet" type="text/css" href="assets/css/720kb.cookies.css">
<meta name="description" content="Fuffa is the free mobile app to chat and keep in touch with friends simply using your emotions. Stop writing boring messages, communicate through your feelings and emotions." >
<meta name="keywords" content="fuffa,app,chat,feelings,chat,direct,messaging,connect,emotions,statuses,friends,girlfriend,boyfriend,ping,alert,notify,stay,keep" />
<meta name="audience" content="all" />
<meta name="distribution" content="global" />
<meta name="rating" content="general" />
<meta name="revisit-after" content="7 days" />
<meta name="robots" content="index, follow">
<meta property="og:url" content="http://getfuffa.com"/>
<meta property="og:site_name" content="Fuffa"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Fuffa ~ simply your emotions"/>
<meta property="og:image" content="http://getfuffa.com/assets/img/app-icon.png"/>
<meta property="og:description" content="Fuffa is the free mobile app to chat and keep in touch with friends simply using your emotions. Stop writing boring messages, communicate through your feelings and emotions."/>
<title>Fuffa ~ simply your emotions</title>
</head>
<body>
<div id="fb-root"></div>
<div class="line">
<div class="separator100"></div>
</div>
<div class="absolute left right line-max no-bg layer2">
<div class="separator30"></div>
<div class="separator15 desktop"></div>
<div class="separator10 desktop"></div>
<div class="separator10 desktop"></div>
<div class="line center-content line-tablet">
<div class="line">
<div class="font-family-1 font-x-large">
<img src="assets/img/logo.png" class="logo"/>
</div>
</div>
<div class="separator15"></div>
<div class="line-compress font-family-1">
<div class="line-compress">
<div class="col6 offset-left2 line-compress">
<h1 class="col8 offset-left1 font-family-1 line-compress font-small line-tablet">
Chat and keep in touch with friends
<div class="desktop"></div>
simply using your emotions.
</h1>
<div class="separator10"></div>
</div>
</div>
</div>
<div class="separator30 desktop"></div>
<div class="separator15 tablet mobile"></div>
<a target="_blank" href="https://play.google.com/store/apps/details?id=net.kb.fuffa">
<img src="assets/img/google-store.png" class="desktop" width="190"/>
<img src="assets/img/google-store.png" class="tablet mobile" width="150"/>
</a>
<div class="separator10"></div>
</div>
<div class="line">
<div class="separator50"></div>
<div class="separator30 desktop"></div>
<div class="line toggle-opacity-hover footer">
<h4 class="font-medium">
<span class="col4 center-content line-tablet">
<div class="separator5 mobile tablet"></div>
Copyright © <a href="//720kb.net" target="_blank">720kb</a> all rights reserved
</span>
<span class="col2 center-content line-tablet">
<div class="separator10 mobile tablet"></div>
<a href="terms.html">Terms and Conditions</a>
</span>
<span class="col2 center-content line-tablet">
<div class="separator10 mobile tablet"></div>
<a href="privacy.html">Privacy Policy</a>
</span>
<span class="col2 center-content line-tablet">
<div class="separator10 mobile tablet"></div>
<a href="//720kb.net" target="_blank">Contacts & Support</a>
</span>
</h4>
</div>
<div class="separator50"></div>
</div>
</div>
</div>
<div id="cookies">
We use cookies for your better experience
<button type="button" id="720kb-cookie-button">OK</button>
</div>
<script type="text/javascript" src="assets/js/720kb.cookies.js"></script>
<!--G Analytics-->
<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-57118672-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>