-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
59 lines (58 loc) · 2.51 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>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Write with Libre Docs – liberate your ideas</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/webodf.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<link rel="shortcut icon" href="images/libredocs.png">
<link rel="apple-touch-icon" href="images/libredocs.png">
<script src="js/require.js"></script>
<script>
require(['js/src/remoteStorage'], function(drop) {
remoteStorage=drop;
});
</script>
<script src="js/models/document.js"></script>
<script src="js/sync.js"></script>
<script src="js/init.js"></script>
</head>
<body>
<div class="container">
<div class="page-header" id="header">
<img alt="" src="images/libredocs.png" />
<h1><a href="#">Libre Docs</a> <small>demo suspended</small></h1><small id="signout"></small>
</div>
<div id="error" class="alert alert-block alert-error fade in" style="display:none;">
<h4 id="error-heading" class="alert-heading"><!-- ERROR HEAD --></h4>
<div>Sorry, there are some issues with sign up. Please help us fix them and join our chat room below: </div>
<div id="error-chat" style="display:none;"></div>
<pre id="error-message"></pre>
<pre id="error-debug" style="display:none;"></pre>
</div>
<div id="content" class="content">
<!-- CONTENT -->
</div>
<footer>
<p><a href="/">Libre Docs</a> is a <a href="https://github.com/unhosted/libredocs">free software</a> app by <a href="http://unhosted.org">Unhosted</a> for a more open web.</p>
</footer>
</div> <!-- /container -->
<!-- fallback to local, thanks to HTML5 Boilerplate -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>
<script src="js/load.js"></script>
<script src="js/ieblock.js"></script>
<script src="js/features.js"></script>
<script src="js/async.js"></script>
<script src="js/base64.js"></script>
<script src="js/account.js"></script>
<script src="js/helpers.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-modal.js"></script>
<script src="/lib/runtime.js"></script>
<script src="js/etherpad.js"></script>
<!-- SCRIPTS -->
</body>
</html>