Skip to content

Commit 5e91d1d

Browse files
Fixing file structure links for css files
1 parent 83f420f commit 5e91d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<!-- Latest compiled JavaScript -->
2525
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
2626
<!-- Custom styles for this template -->
27-
<link href="/css/style.css" rel="stylesheet">
28-
<link href="/css/font-awesome.min.css" rel="stylesheet">
27+
<link href="./css/style.css" rel="stylesheet">
28+
<link href="./css/font-awesome.min.css" rel="stylesheet">
2929

3030
<!--Google fonts-->
3131
<link href="https://fonts.googleapis.com/css2?family=Boogaloo&family=Roboto&display=swap" rel="stylesheet">

0 commit comments

Comments
 (0)