Skip to content

Commit f1d3e8d

Browse files
committed
Update index.html
Fixed style path issue
1 parent 4e6df23 commit f1d3e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta property="og:url" content="https://ottcs.github.io/ZephyrJS/" />
99
<meta property="og:image" content="/logo/banner.png" />
1010
<title>ZephyrJS | Home</title>
11-
<link rel="stylesheet" href="/style.css">
11+
<link rel="stylesheet" href="style.css">
1212
</head>
1313

1414
<body>

0 commit comments

Comments
 (0)