-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
46 lines (45 loc) · 1.53 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
<!doctype html>
<html>
<head>
<base href="/">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Lelylan Nodes</title>
<meta name="description" content="Lelylan Nodes. Connecting the largest number of devices to Lelylan in an open and collaborative way by making any device interoperate to each other.">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="stylesheets/bootstrap.min.css">
<link rel="stylesheet" href="stylesheets/bootstrap-responsive.min.css">
<style>
.main { margin-top:20px; width: 460px; }
.row { margin-left: 0; }
.node { margin-top: 40px; }
.navbar a, .navbar a:hover { color: #333; font-size: 16px; }
.device { width: 325px; }
.label { font-size: 20px; font-weight: 200; padding: 7px }
.label-success { background-color: #239cbb !important; }
a { cursor: pointer; }
</style>
</head>
<body ng-controller="DashboardCtrl">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner-flat">
<div class="container">
<ul class="nav pull-right">
</ul>
</div>
</div>
</div>
<div class="container main">
<div>
<h1>Lelylan Nodes</h1>
<div class="node">
<h3>√ Lelylan MQTT Node</h3>
<p class="lead">
Enable the connection of MQTT clients to Lelylan
<a class="" href="http://dev.lelylan.com/api/physicals/mqtt">Learn more about.</a>
</p>
</div>
</div>
</div>
</body>
</html>