-
Notifications
You must be signed in to change notification settings - Fork 9
/
terms.html
51 lines (42 loc) · 2.06 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
<html>
<head>
<meta charset="utf-8">
<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>