Skip to content

Commit 3c02127

Browse files
committed
Update paths for library css and js files
1 parent 07d7b21 commit 3c02127

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

page/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>RecipeBook</title>
8-
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" />
8+
<link rel="stylesheet" href="libs/css/bootstrap.min.css" />
99
<link rel="stylesheet" href="style.css" />
1010
</head>
1111

@@ -47,8 +47,8 @@ <h2 class="hover-default"><a href="#" onclick="showMain()">RecipeBook</a></h2>
4747
</div>
4848
</div>
4949

50-
<script src="bootstrap/js/jquery.js" onload="window.$ = window.jQuery = module.exports"></script>
51-
<script src="bootstrap/js/bootstrap.min.js"></script>
50+
<script src="libs/js/jquery.js" onload="window.$ = window.jQuery = module.exports"></script>
51+
<script src="libs/js/bootstrap.min.js"></script>
5252
<script src="functions/helper-functions.js"></script>
5353
<script src="functions/page-functions.js"></script>
5454
<script src="functions/recipe-functions.js"></script>

0 commit comments

Comments
 (0)