-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (67 loc) · 3.7 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
<!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.0">
<title>Flutree Notice</title>
<meta name="title" content="Flutree - A place for all of your social links">
<meta name="description"
content="Let your audiences find you in one place. Flutree is an app that let you create, manage, publish a colourful links page to the world! ">
<meta property="og:image" content="https://flutree.web.app/assets/android-chrome-192x192.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Karla:wght@300;400;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Space+Mono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
</head>
<script>
console.log("Flutree will be back? Maybe.. Who knows")
</script>
<body>
<p style="font-size: 12px">
<i>If you get redirected to this page, please inform the link owner to replace his/her link.</i>
</p>
<img src="/assets/android-chrome-192x192.png" alt="Flutree Icon" width="90" height="90">
<article>
<h1>Flutree has been sunsetted</h1>
<p>
Flutree has reached more than 50,000 installs (just sayin'), but the time has come
to finally
say goodbye.
</p>
<p>
It is a tough decision to make. All Flutree app(s) are no longer be available for
downloads from the <a class="mylink"
href="https://play.google.com/store/apps/details?id=com.iqmal.linktreeflutter" target="_blank"
rel="noopener noreferrer"><strong>Google Play Store</strong></a> nor accessible on the <a class="mylink"
href="https://flutree.studio" target="_blank"
rel="noopener noreferrer"><strong>flutree.studio</strong></a> and <a class="mylink"
href="https://flutree.web.app" target="_blank"
rel="noopener noreferrer"><strong>flutree.web.app</strong></a>.
</p>
<h3>Urmm, why?</h3>
<p>
<p>Flutree is no longer generating enough revenue to support the costs of maintaining it.</p>
<p>
We received a tremendous number of visitors that makes the hosting usages went beyond the roof. In addition,
there is a sudden decline in the ads impressions with minimal chance to recover.
</p>
</p>
<h3>So, what's next?</h3>
<p>Move on and (perhaps) come up with a better business model. Until then, thank you and sayonana <3</p>
<p style="font-family: 'Pacifico', cursive; font-size: 18px;color: rgba(0, 0, 0, 0.7);">fareez iqmal</p>
<footer>
<a class="linkText" href="http://github.com/iqfareez" target="_blank" rel="noopener noreferrer">GitHub</a>
<a class="linkText" href="http://twitter.com/iqfareez" target="_blank" rel="noopener noreferrer">Twitter</a>
<a class="linkText" href="mailto:[email protected]?subject=Flutree%20Support" target="_blank"
rel="noopener noreferrer">Email</a>
</footer>
</article>
</body>
</html>