-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 879 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Fiware LED Panel Widget</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="css/ledpanel.css">
</head>
<body>
<div id="panel">
<div class="led on" id="led0"></div>
<div class="led off" id="led1"></div>
<div class="led off" id="led2"></div>
<div class="led off" id="led3"></div>
<div class="led off" id="led4"></div>
<div class="led off" id="led5"></div>
<div class="led off" id="led6"></div>
<div class="led off" id="led7"></div>
<div class="led off" id="led8"></div>
<div class="led off" id="led9"></div>
<div class="clear"></div>
</div>
<script type="text/javascript" src="js/ledswitch.js"></script>
</body>
</html>