Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sidlicki committed Sep 16, 2023
1 parent bbf637b commit 0614bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Homework 11</title>
<link rel="stylesheet" href="./sass/_common.scss">
<link rel="stylesheet" href="./sass/index.scss">
</head>

<body>
Expand All @@ -23,7 +23,7 @@
<!-- <button type="button" class="load-more">Load more</button> -->
<div class="js-guard"></div>
</main>
<script src="index.js" type="module"></script>
<script src="./index.js" type="module"></script>
</body>

</html>

0 comments on commit 0614bb3

Please sign in to comment.