-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonitor.html
30 lines (29 loc) · 845 Bytes
/
monitor.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
<html>
<head>
<title>Smart energy saving system</title>
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div id="header-wrapper">
<div id="header" class="container">
<div id="logo">
<span class="icon icon-cog"></span>
<h1><a href="#">SMART ENERGY SAVING SYSTEM</a></h1>
</div>
<div id="menu">
<ul>
<li><a href="index.html" accesskey="1" title="">Homepage</a></li>
<li><a href="control.html" accesskey="2" title="">Control Appliances</a></li>
<li class="active"><a href="monitor.html" accesskey="3" title="">Monitor Appliances</a></li>
</ul>
</div>
</div>
</div>
<div class="wrapper">
</div>
<div class="footer">
<center><p>copyrights © 2015 HaViGo systems .inc<p></center>
</div>
</body>
</html>