-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlight.html
22 lines (22 loc) · 1.37 KB
/
light.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>shack kiosk interface</title>
</head>
<body bgcolor="#000">
<img id="background" src="./images_light/zone0000.png"></img>
<a href="index.html">
<img id="homeButton" src="./images_common/logo_home.png" style="position:absolute; top: 20px; left:20px; width:150px;"></img>
</a>
<img id="1-light-1" src="./images_light/1-red-1.png" style="position:absolute; top: 76px; left:555px;"></img>
<img id="2-light-1" src="./images_light/2-red-1.png" style="position:absolute; top: 154px; left:251px;"></img>
<img id="3-light-1" src="./images_light/3-red-1.png" style="position:absolute; top: 164px; left:653px;"></img>
<img id="4-light-1" src="./images_light/4-red-1.png" style="position:absolute; top: 256px; left:327px;"></img>
<img id="5-light-1" src="./images_light/5-red-1.png" style="position:absolute; top: 311px; left:810px;"></img>
<img id="5-light-2" src="./images_light/5-red-2.png" style="position:absolute; top: 421px; left:294px;"></img>
<img id="6-light-1" src="./images_light/6-red-1.png" style="position:absolute; top: 387px; left:939px;"></img>
<img id="7-light-1" src="./images_light/7-red-1.png" style="position:absolute; top: 525px; left:565px;"></img>
<img id="8-light-1" src="./images_light/8-red-1.png" style="position:absolute; top: 701px; left:78px;"></img>
<script src="./light.js"></script>
</body>
</html>