Доделал последнюю версию

This commit is contained in:
2025-02-15 02:16:43 +03:00
parent 465df94f07
commit b156930709
15 changed files with 622 additions and 87 deletions
+20
View File
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Modbus Circle</title>
<style>
.circle {
width: 100px;
height: 100px;
border-radius: 50%;
background-color: {{ color }};
}
</style>
</head>
<body>
<h1>Circle Color Controlled via Modbus</h1>
<div class="circle"></div>
</body>
</html>