Skip to content

Commit

Permalink
add comments for custom css & js
Browse files Browse the repository at this point in the history
  • Loading branch information
TBS96 committed Jul 20, 2024
1 parent 9def94c commit 51af20b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<!-- Bootstrap CSS CDN Link -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

<!-- Custom CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
Expand Down Expand Up @@ -283,6 +284,7 @@
<!-- 1st section ends -->


<!-- Vanilla(Custom) JS -->
<script src="script.js"></script>

<!-- Bootstrap JS Bundle Link -->
Expand Down

0 comments on commit 51af20b

Please sign in to comment.