-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (34 loc) · 1.3 KB
/
Copy pathindex.html
File metadata and controls
35 lines (34 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<script defer data-domain="himanshuyv.github.io/cciot-course-project" src="https://plausible.io/js/script.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K27PN9ETTG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-K27PN9ETTG');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pentagon - Current Sensing in Washing Machines</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h1>Pentagon - Current Sensing in Washing Machines</h1>
<div class="device-status" id="device-status3"></div>
<div class="device-stage" id="device-stage3"></div>
<div class="device-status" id="device-status4"></div>
<div class="device-stage" id="device-stage4"></div>
<div class="plots">
<div class="plot-container" id="plot-container3"></div>
<div class="plot-container" id="plot-container4"></div>
</div>
<div style="clear:both;"></div>
</div>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<script src="app.js"></script>
</body>
</html>