therminator/data/index.html
2023-12-13 18:32:12 +02:00

11 lines
271 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>
<script src="script.js"></script>
</body>
</html>