Files
J1B1-CMB/web/statestiek.html
2023-09-08 12:37:36 +02:00

24 lines
573 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>
</head>
<nav>
<div class="menubalk">
<a href="index.html">Home</a>
<a class="active" href="statestiek.html">Station statestieken</a>
</div>
</nav>
<body>
<button id="connectButton">Connect</button>
<textarea id="output" rows="10" cols="40" readonly></textarea>
<script src="serialviewer.js"></script>
</body>
</html>