Skip to content

Commit 13abf71

Browse files
committed
NPM support first step
1 parent eb4fb1d commit 13abf71

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+6593
-116
lines changed

demo.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Button Showcase</title>
7-
<link rel="stylesheet" href="css/main.css"> <!-- Link to your CSS file -->
7+
<link rel="stylesheet" href="src/css/main.css"> <!-- Link to your CSS file -->
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
99
<style>
1010
</style>
1111
</head>
1212
<body class="dark-mode">
1313

1414
<!--main header nav menu-->
15-
<nav id="nav-main" class="p-3">
15+
<nav class="navbar" id="nav-main" class="p-3">
1616

1717
<!--logo-->
1818
<img src="./images/dummy-logo.png">
@@ -1407,7 +1407,7 @@ <h2 class="text-lg text-primary mb-4">Command Palette Showcase</h2>
14071407
</div>
14081408
</div>
14091409
</body>
1410-
<script type="module" src="js/main.js"></script>
1410+
<script type="module" src="src/js/main.js"></script>
14111411
<script>
14121412
// Wait for the DOM to load before setting up the event listener
14131413
document.addEventListener("DOMContentLoaded", () => {

0 commit comments

Comments
 (0)