starting gauge
This commit is contained in:
32
web/new website/index.html
Normal file
32
web/new website/index.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!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>
|
Reference in New Issue
Block a user