-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
18 lines (17 loc) · 701 Bytes
/
test.html
File metadata and controls
18 lines (17 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Testing OSISOFT</title>
</head>
<body>
<ul id="buildings-list">Building List</ul>
<p> Number of devices connected in Arc: <span id = "output"></span> </p>
<p> Total Maintained Gross Sq. Ft. = <span id = "sqft"></span> </p>
<p> There are <span id = "numbuildings"></span> buildings with data. </p>
<p> Wifi data <br> <span id="wifi_data"></span></p>
<p> Electricity data (get rid of this later) <br> <span id = "electricity_data"></span> </p>
<script src="test.js"></script>
</html>