Files
J1B1-CMB/web/statestiek.html
2023-10-03 15:18:19 +02:00

26 lines
640 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css.css">
<title>Weerstation</title>
<script src="js-ts/webseriallib.js"> </script>
<script src="js-ts/serialv2.js"> </script>
</head>
<nav>
<div class="menubalk">
<a href="index.html">Home</a>
<a class="active" href="statestiek.html">Station statestieken</a>
</div>
</nav>
<body>
<button onclick="connect()">Connect</button>
<button onclick="disconnect()">Disconnect</button>
<p id="counter"></p>
</body>
</html>