Skip to content

Commit d0b04bb

Browse files
committed
added routes and made functional on the localhost
1 parent 12e39d1 commit d0b04bb

File tree

6 files changed

+432
-6
lines changed

6 files changed

+432
-6
lines changed

package-lock.json

+374
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<DOCTYPE html>
22
<html lang="en">
33

44
<head>
@@ -22,7 +22,7 @@ <h4 class="mt-4">Take notes with Express</h4>
2222
</div>
2323
</div>
2424
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
25-
<script src="/assets/js/index.js"></script>
25+
<script src="assets/js/index.js"></script>
2626
</body>
2727

2828
</html>

0 commit comments

Comments
 (0)