goddamit idk it will be repository
This commit is contained in:
16
src/client/index.html
Normal file
16
src/client/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user