Please enter the commit message for your changes. Lines starting

with '#' will be ignored, and an empty message aborts the commit.

On branch main
Your branch is up to date with 'RQteafactory-NodeJS/main'.

Changes to be committed:
	modified:   templates/sensor-1.html
This commit is contained in:
IrisVega 2024-07-24 11:33:39 +08:00
parent 54f4246220
commit 90f5284663
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@
<body> <body>
<div class="container-top">温度数据表</div> <div class="container-top">温度数据表</div>
<div class="container-bottom"> <div class="container-bottom">
<div class="container1" id="chart-container"></div> <div class="value" id="temperature">Loading...</div>
</div> </div>
<div class="bottom"> <div class="bottom">
<div class="value" id="temperature">Loading...</div> <div class="container1" id="chart-container"></div>
</div> </div>
</body> </body>
<script src="../static/js/sensor-1.js"></script> <script src="../static/js/sensor-1.js"></script>