-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpowerManagement.html
37 lines (36 loc) · 1.64 KB
/
powerManagement.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="assets/style.css">
<script src="js/p5.js"></script>
<title>DMessham's Github final</title>
<meta name="msapplication-TileColor" content="#325F29">
<meta name="msapplication-TileImage" content="/favicon.gif">
<meta name="theme-color" content="#325F29">
</head>
<body>
<ul class="navbar">
<li class="name">DMessham's CS30 Project</li>
<li><a href = "home.html"><img src="assets/icons/tango/scalable/actions/go-home.svg">Home</a></li>
<li><a href="debug.html"><img src="assets/icons/tango/scalable/categories/applications-other.svg">Debug</a></li>
<li><a href="media.html"><img src="assets/icons/tango/scalable/categories/applications-multimedia.svg" >Media</a></li>
<li><a href="relayControl.html"><img src="assets/icons/tango/scalable/actions/system-shutdown.svg" >Relays</a></li>
<li><a class="active" href="powerManagement.html"><img src="assets/icons/tango/scalable/devices/battery.svg">Power</a></li>
<li><a href="lights.html"><img src="assets/icons/tango/scalable/status/weather-clear.svg" >Comfort</a></li>
<li><a href="settings.html"><img src="assets/icons/tango/scalable/emblems/emblem-system.svg">Settings</a></li>
</ul>
<noticeBlock>
<notice class=info>
<img src="assets/style/icons/information-48.png" ><p class= titleShadow>INFO:</p><p class= title>INFO:</p>
<p>Values are hardcoded placeholders foe real world values, and do not change</p>
</notice>
</noticeBlock>
<div id="jscanvas">
<script src="power.js"></script><script src="common.js"></script>
</div>
<div>
</div>
</body>
</html>