This repository has been archived by the owner on May 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoe-letter.html
56 lines (42 loc) · 2.31 KB
/
joe-letter.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="This is social network html5 template available in themeforest......" />
<meta name="keywords" content="Social Network, Social Media, Make Friends, Newsfeed, Profile Page" />
<meta name="robots" content="index, follow" />
<title>Milo's Profile | JOIN ME 2 U</title>
<!-- Stylesheets
================================================= -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/ionicons.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link href="css/emoji.css" rel="stylesheet">
<!--Google Font-->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i" rel="stylesheet">
<!--Favicon-->
<link rel="shortcut icon" type="image/png" href="images/fav.png"/>
</head>
<body>
<div class="container">
<div class="joe-letter-wrapper">
<div class="joe-letter">
<img class="join-logo" src="brand/join-logo.png">
<p class="grey">Dear Friends,</p>
<p>Thank you for being a part of the Joinme2u community since our launch. I regret to inform you that the site will be temporarily shutting down as we reassess how to best serve you and your online needs. Trust me when I say that Joinme2u will be coming back soon, bigger and better than ever.</p>
<p>Have patience; don't forget about us because we won't forget about you. You've been a part of our world. You've made it bigger than we could have ever imagined. Every one of you is valued. We consider everyone of you a friend. And we hope you'll come back and join us when we're ready to relaunch.</p>
<p><strong>Sincerely, JOIN ME 2 U cofounders Heidi, Toby and Joe.</strong></p>
</div>
</div>
</div>
<!-- Scripts
================================================= -->
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.sticky-kit.min.js"></script>
<script src="js/jquery.scrollbar.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>