goddamit idk it will be repository

This commit is contained in:
2024-03-01 18:31:24 +07:00
commit 9b30e597e9
15 changed files with 2710 additions and 0 deletions

16
src/client/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Firmata Arduino Client</title>
<link rel="stylesheet" href="style/main.css">
</head>
<body>
<section>
<h2>LED</h2>
<button id="toggleLed1">ON/OFF</button>
</section>
<script src="./scripts/main.js"></script>
</body>
</html>