-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlights.html
More file actions
35 lines (35 loc) · 1.01 KB
/
lights.html
File metadata and controls
35 lines (35 loc) · 1.01 KB
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
<!-- We don't need full layout here, because this page will be parsed with Ajax-->
<!-- Top Navbar-->
<html>
<head>
<meta name="generator"
content="HTML Tidy for HTML5 (experimental) for Windows https://github.com/w3c/tidy-html5/tree/c63cc39" />
<title></title>
</head>
<body>
<div class="navbar">
<div class="navbar-inner">
<div class="left">
<a href="#" class="back link">
<span>Back</span>
</a>
</div>
<div class="center sliding">Lights</div>
<div class="right">
<!-- Right link contains only icon - additional "icon-only" class-->
<a href="#" class="link icon-only open-panel"></a>
</div>
</div>
</div>
<div class="pages">
<!-- Page, data-page contains page name-->
<div data-page="lights" class="page">
<!-- Scrollable page content-->
<div class="page-content">
<div class="wemoSpot" id="wemoSpot">
</div>
</div>
</div>
</div>
</body>
</html>