-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (42 loc) · 2.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>StyleGreed</title>
<meta name="description" content="StyleGreed is the fun way to find, like, and buy all your favorite fashion finds on your phone!">
<meta name="keywords" content="Shop, Style, Women, Tinder, Store, Fashion, Design, Designer">
<meta name="author" content="StyleGreed">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/css/bootstrap.min.css" media="screen" type="text/css">
<link rel="stylesheet" href="assets/css/style.css" media="screen" type="text/css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<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-71738666-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<section class="header">
<h1 class="logo" style="display: block; margin: 50px auto;">StyleGreed</h1>
<div>
<p>Dear StyleGreed Users,</p>
<p>One last note to let you know that we're moving on for good and shutting down the StyleGreed app on iOS.</p>
<p>We'd like to extend a final and massive thank you to all of you who've supported us along the way. It’s been a hell of a ride. We really hope you enjoyed those years we spent together as much as we did. </p>
<p>With lots of love,</p>
<p>The StyleGreed team</p>
</div>
</section>
</div>
</div>
</div>
</body>
</html>