| 2 |
raymond |
1 |
<!DOCTYPE html>
|
|
|
2 |
<html>
|
|
|
3 |
<head>
|
|
|
4 |
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
|
5 |
<title>ESP Heap Memory</title>
|
|
|
6 |
|
|
|
7 |
<link rel="stylesheet" href="style.css">
|
|
|
8 |
|
|
|
9 |
<script src="https://code.highcharts.com/highcharts.js"></script>
|
|
|
10 |
<script src="https://code.highcharts.com/highcharts-more.js"></script>
|
|
|
11 |
<script src="https://code.highcharts.com/modules/data.js"></script>
|
|
|
12 |
<script src="https://code.highcharts.com/modules/exporting.js"></script>
|
|
|
13 |
<script src="https://code.highcharts.com/modules/export-data.js"></script>
|
|
|
14 |
<script src="https://code.highcharts.com/modules/accessibility.js"></script>
|
|
|
15 |
</head>
|
|
|
16 |
|
|
|
17 |
<body id="heap">
|
|
|
18 |
<h1>P1 Meter WebServer - Energieverbruik</h1>
|
|
|
19 |
|
|
|
20 |
<div id="esp-time"></div>
|
|
|
21 |
|
|
|
22 |
<figure class="highcharts-figure">
|
|
|
23 |
<div id="container"></div>
|
|
|
24 |
</figure>
|
|
|
25 |
|
|
|
26 |
<script src="script2.js"></script>
|
|
|
27 |
<a href="./setup">Instellingen</a>
|
|
|
28 |
</body>
|
|
|
29 |
</html>
|