Skip to content

Commit

Permalink
Updated file names in html
Browse files Browse the repository at this point in the history
  • Loading branch information
SefBoonen committed Aug 6, 2023
1 parent f9baf7b commit bafbe53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<title>Sorting algorithm</title>
<link rel="stylesheet" href="styles/style.css">
<link rel="icon" href="images/favicon.ico">
<script src="Scripts/sorting-algorithms/bubbleSort.js" async defer></script>
<script src="Scripts/sorting-algorithms/bogoSort.js" async defer></script>
<script src="Scripts/sorting-algorithms/insertionSort.js" async defer></script>
<script src="Scripts/sorting-algorithms/mergeSort.js" async defer></script>
<script src="scripts/sorting-algorithms/bubbleSort.js" async defer></script>
<script src="scripts/sorting-algorithms/bogoSort.js" async defer></script>
<script src="scripts/sorting-algorithms/insertionSort.js" async defer></script>
<script src="scripts/sorting-algorithms/mergeSort.js" async defer></script>
<script src="scripts/main.js" defer></script>
</head>
<body>
Expand Down

0 comments on commit bafbe53

Please sign in to comment.