Skip to content

Commit fb9b431

Browse files
access style sheet from root
1 parent 9a05c56 commit fb9b431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)