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