Skip to content

Commit

Permalink
[UPDATE] index.html to use scripts.min.js instead of scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aqeebimtiaz committed Jan 25, 2023
1 parent 00ff096 commit 96a44c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ <h4 class="text-uppercase m-0">Phone</h4>

<!-- Custom scripts for this template -->
<!-- <script defer src="js/grayscale.min.js"></script> -->
<script defer src="js/scripts.js"></script>
<script defer src="js/scripts.min.js"></script>

<!--Progressive Image Loading-->
<script defer src="https://cdn.jsdelivr.net/npm/progressive-image.js/dist/progressive-image.js"></script>
Expand Down

0 comments on commit 96a44c0

Please sign in to comment.