Skip to content

Commit

Permalink
change directory folder
Browse files Browse the repository at this point in the history
  • Loading branch information
murilomorato committed Mar 31, 2024
1 parent 18f1c55 commit 001bf7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions view/index.html → 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>Curl to Cypress Converter</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./view/style.css">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand All @@ -27,7 +27,7 @@ <h1>Curl to Cy.request Converter</h1>
</div>
</div>

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

</html>

0 comments on commit 001bf7a

Please sign in to comment.