finish lab
This commit is contained in:
15
tempbat.html
15
tempbat.html
@@ -3,16 +3,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Websocket Server EX</title>
|
||||
<script src="jquery-3.3.1.js"></script>
|
||||
<script>
|
||||
</script>
|
||||
<style>
|
||||
#log
|
||||
{
|
||||
width: 200px;
|
||||
#log {
|
||||
width: 500px;
|
||||
height: 500px;
|
||||
font: courier;
|
||||
font-size: 8;
|
||||
font: 10pt Ubuntu;
|
||||
background:lightblue;
|
||||
}
|
||||
</style>
|
||||
@@ -22,5 +17,9 @@
|
||||
<button id="temp">Temp</button>
|
||||
<button id="bat">Bat</button>
|
||||
<button id="discon">Disconnect</button>
|
||||
|
||||
|
||||
<script src="jquery-3.3.1.js"></script>
|
||||
<script src="tempbat.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user