therminator/data/index.html

11 lines
271 B
HTML
Raw Normal View History

2023-12-13 16:32:12 +00:00
<!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>