We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff2f3b commit ca6dc31Copy full SHA for ca6dc31
2 files changed
index.html
@@ -14,7 +14,7 @@ <h1>Arduino beginners</h1>
14
15
<h2>All the projects</h2>
16
<ol>
17
- <li><a href="https://github.com/StickyCoolDev/Arduino-beginners/blob/main/Project%201/project1.md#button-and-led">led and button</a></li>
+ <li><a href="led and button (1)/LedAndButton.html">led and button</a></li>
18
<li></li>
19
</ol>
20
led and button (1)/LedAndButton.html
@@ -0,0 +1,11 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Led and Buttons</title>
7
+</head>
8
+<body>
9
+
10
+</body>
11
+</html>
0 commit comments