-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·59 lines (53 loc) · 3.67 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>mesu.im - multi network messaging server</title>
<meta name="description" content="Custom XMPP/Jabber server with Google Talk gateway and a nice, web history browser.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="mesu.im - multi network messaging server" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://mesu.im/img/logo_square.png" />
<meta property="og:url" content="http://mesu.im" />
<meta property="og:description" content="Custom XMPP/Jabber server with Google Talk gateway and a nice, web history browser." />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/index.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div id="content">
<img src="img/logo.png" alt="mesu.im">
<h1>Multi network messaging server</h1>
<h2>Hangouts broke Google Talk.<br />We’re here to <a href="http://inside.mesu.im/post/74825244138/why-do-you-want-to-launch-jabber-xmpp-server-in-2014" target="_blank">fix it</a>.</h2>
<form action="http://appsome.us2.list-manage.com/subscribe/post?u=61518d370e15d23f88b79653f&id=84b81e1221" method="post">
<div style="position: absolute; left: -5000px;"><input type="text" name="b_61518d370e15d23f88b79653f_84b81e1221" value=""></div>
<input type="text" name="EMAIL" placeholder="Enter your email...">
<input type="submit" value="" name="subscribe">
<div class="clearfix"></div>
</form>
<p id="sent">To complete the subscription process, please click the link in the email we just sent you.</p>
<p id="confirmed">Awesome! We'll let you know when your account will be ready but it may take even <strong>couple of days</strong>.</p>
<footer>Built and maintained by <a href="https://twitter.com/suda" target="_blank">@suda</a> / <a href="https://twitter.com/mkozak" target="_blank">@mkozak</a></footer>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-9442767-27','mesu.im');ga('send','pageview');
</script>
</body>
</html>