therminator/data/index.html
2023-12-13 20:30:06 +02:00

12 lines
316 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>therminator</title>
</head>
<body>
<p class="reading">A: <span id="tempA"></span></p>
<p class="reading">B: <span id="tempB"></span></p>
<p>time: <span id="time"></span></p>
<script src="script.js"></script>
</body>
</html>