-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.html
61 lines (46 loc) · 1.55 KB
/
demo.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
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<title>OpenBoxes | Demo</title>
<!--#include file="head.ext" -->
<!-- Le styles -->
<!--#include file="css.ext" -->
<style type="text/css">
@media (max-width: 980px) {
body { padding-top: 0;}
}
</style>
</head>
<body>
<!--#include file="header.ext" -->
<div id="wrap">
<div class="container-narrow">
<div class="jumbotron">
<h1>Demo</h1>
<p class="lead">The other moment we've all been waiting for ...</p>
</div>
<div class="row-fluid">
<div class="span8 offset2">
<!--
<div class="alert alert-danger">
02 Nov 2016 11:55AM CDT - The demo server is currently down for maintenance.
</div>
-->
<p class="center">
<a href="http://demo.openboxes.com/openboxes/auth/signup" target="_blank" class="btn btn-primary btn-block">Signup to access demo</a>
<a target="_blank" href='http://demo.openboxes.com/openboxes/auth/login' class="btn btn-default btn-block">Login with an existing account</a>
</p>
</div>
</div>
</div>
</div>
<!--#include file="footer.ext" -->
<script src="./ember/js/libs/jquery-1.9.1.js"></script>
<script src="./bootstrap/js/bootstrap.js"></script>
<script src="./ember/js/libs/handlebars-1.0.0-rc.4.js"></script>
<script src="./ember/js/libs/ember-1.0.0-rc.6.1.js"></script>
<!--#include file="analytics.ext" -->
<!--#include file="uservoice.ext" -->
<!--#include file="chat.ext" -->
</body>
</html>