forked from jingchan/livenote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
terms.html
58 lines (48 loc) · 3.27 KB
/
terms.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
<html>
<head>
<meta charset="utf-8">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png"><link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png"><link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png"><link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png"><link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png"><link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png"><link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png"><link rel="icon" type="image/png" href="/favicon-192x192.png" sizes="192x192"><link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"><link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"><meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<title>Live Note - Realtime document collaboration</title>
<!-- Bootstrap core CSS -->
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet">
<!-- Add custom CSS here -->
<link href="/public/css/style.css" rel="stylesheet">
</head>
<body>
<!-- Full Page Image Header Area -->
<div class="container">
<div class="row">
<div>
<h3><a href="/">LiveNote</a></h3>
<p class="text-muted">Real-time document collaboration</p>
</div>
<h3>Even we hate to read long text. We'll keep it short here.</h3>
<h4><em>Just a few things to consider - </em></h4>
<ol>
<li>We do NOT read anyone's notes nor do we want to. We are cool like that.</li>
<li>Your notes are safe on the URL as long as you want to. Keep 'em coming!</li>
<li>The software runs on the <a href="http://en.wikipedia.org/wiki/WebSocket">WebSocket</a> protocol introduced by HTML5. Hence users with old browsers may not be able to connect and collaborate with you.</li>
<li>Since this is our side-project, there may be bugs in the code that we may not be aware of. Please be polite and draw our attention to them at <strong><em>[email protected]</em></strong>.</li>
</ol>
<h3>That's it, peace! - Aditya and Hardik.</h3>
</div>
</div>
<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-27931323-7', 'livenote.org');
ga('send', 'pageview');
</script>
</body>
</html>