Skip to content

Commit

Permalink
7
Browse files Browse the repository at this point in the history
  • Loading branch information
Elostay committed Sep 28, 2023
1 parent b439b00 commit 89f177f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes
File renamed without changes.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./styles.css">
<link rel="stylesheet" href="./css/styles.css">
<title>Homework 10</title>
</head>

Expand All @@ -20,7 +20,7 @@
</div>
</div>

<script src="index.js" type="module"></script>
<script src="./js/index.js" type="module"></script>
</body>

</html>
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.js → src/js/index.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { fetchBreeds, fetchCatByBreed } from './cat-api';
import { fetchBreeds, fetchCatByBreed } from './cat-api.js';
import Notiflix from 'notiflix';

const select = document.querySelector('.breed-select');
Expand Down

0 comments on commit 89f177f

Please sign in to comment.