Skip to content

Commit 8b63baa

Browse files
committed
Fix stylesheet reference
1 parent f1af99e commit 8b63baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.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 http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<link rel="stylesheet" href="/Eplant/index.css" />
7+
<link rel="stylesheet" href="Eplant/index.css" />
88
<link
99
rel="stylesheet"
1010
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"

0 commit comments

Comments
 (0)