added plotly library

This commit is contained in:
sam
2023-10-11 16:47:57 +02:00
parent a076c49dd2
commit f6faf4aaed

View File

@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script src='https://cdn.plot.ly/plotly-2.26.0.min.js'></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css.css">
@@ -21,5 +22,7 @@
<button onclick="disconnect()">Disconnect</button>
<p id="counter"></p>
<div id="temp"></div>
</body>
</html>