Skip to content

Commit c5fe57d

Browse files
committed
update path of style.css
1 parent 72e7ba4 commit c5fe57d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Reactype</title>
7-
<link rel="stylesheet" type="text/css" href="./style.css" />
7+
<link
8+
rel="stylesheet"
9+
type="text/css"
10+
href="./app/src/public/styles/style.css"
11+
/>
812
<link
913
rel="icon"
1014
type="image/x-icon"

0 commit comments

Comments
 (0)