Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Actualizar rutas de archivos en bubbleSort.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisangelParra committed Apr 16, 2024
1 parent 28cb917 commit 0ff3226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bubbleSort.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="sortingalgorithms/sortingStyle.css">
<link rel="stylesheet" href="./sortingStyle.css">
</head>
<body>
<div class="container">
Expand All @@ -18,6 +18,6 @@ <h3>Array Output</h3>
<div class="array" id="array"></div>
<div class="status" id="status"></div>
</div>
<script src="sortingalgorithms/bubbleSort.js"></script>
<script src="./bubbleSort.js"></script>
</body>
</html>

0 comments on commit 0ff3226

Please sign in to comment.