Skip to content

Commit 5ade9bd

Browse files
Merge pull request #559 from anju6814/master
The FAQ section does not have a css link included issue resolved
2 parents 6a001a6 + a26cbce commit 5ade9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
crossorigin="anonymous" />
1111
<link rel="stylesheet" href="src/style.css" />
1212
<link rel="stylesheet" href="src/css/style.css" />
13-
<link rel="stylesheet" href="src/faq.css" />
13+
<link rel="stylesheet" href="./faq.css" />
1414
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"
1515
crossorigin="anonymous" />
1616
<link rel="shortcut icon" href="Favicon.ico" type="image/x-icon" />

0 commit comments

Comments
 (0)