32 lines
634 B
HTML
32 lines
634 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css"
|
|
<title>bruh</title>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<div class="Node">
|
|
<div class="Sensorvalues">
|
|
<div id="gaugeContainer" class="gaugeContainer">
|
|
<img src="gauge.png" class="gaugeImage">
|
|
|
|
<div id="gaugeValue" class="gaugeValue">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- HTML -->
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|
|
<script src="gauge.js"></script> |