Skip to content

Commit

Permalink
Import node module into css
Browse files Browse the repository at this point in the history
  • Loading branch information
toduyemi committed Sep 26, 2023
1 parent dab4154 commit c6d5f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="./app.js" defer></script>
<script src="'./node_modules/reset-css/reset.css'"></script>
<link rel="stylesheet" href="./style.css">
<title>nook</title>
</head>
Expand Down

0 comments on commit c6d5f3a

Please sign in to comment.