Skip to content

Commit f9806bf

Browse files
author
StickyCoolDev
committed
fix LedAndButton.html
1 parent ad0c306 commit f9806bf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Arduino beginners
22

3-
Website: https://stickycooldev.github.io/Arduino-beginners/
3+
https://stickycooldev.github.io/Arduino-beginners/
44

55
a place to for beginners to learn `arduino` .
66

77

88

99
## all the projects
10-
1. [led and button](https://github.com/StickyCoolDev/Arduino-beginners/blob/main/Project%201/project1.md#button-and-led)
10+
1. [led and button](https://github.com/StickyCoolDev/Arduino-beginners/blob/main/led%20and%20button%20%281%29%2Fproject1.md)
1111

1212
2.

led and button (1)/LedAndButton.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Button and LED Basics with Arduino</title>
7-
<link rel="stylesheet" href="/style/style.css">
7+
<link rel="stylesheet" href="../style/style.css">
88
</head>
99
<body>
1010
<h1>Button and LED Basics with Arduino</h1>

0 commit comments

Comments
 (0)