blob: f717c1048007258be311c4ff732bb5979dcabce9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
</head>
<body>
<div id="AppContainer" class="parent">
HVAC
</div>
<div class="log" id="log">
</div>
</body>
</html>
|