Skip to content

Commit ca6dc31

Browse files
add a .html for LedAndButton.md
1 parent 2ff2f3b commit ca6dc31

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Arduino beginners</h1>
1414

1515
<h2>All the projects</h2>
1616
<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>
17+
<li><a href="led and button (1)/LedAndButton.html">led and button</a></li>
1818
<li></li>
1919
</ol>
2020

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)