Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Change the mustache URL javascript file since it was giving a 404 error
  • Loading branch information
edufabra authored Jan 17, 2024
1 parent 1222030 commit 403e839
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 @@ -17,7 +17,7 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>

<script src="./wallpapers.js"></script>
<script src="https://mustache.github.io/extras/mustache.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/0.1/mustache.js"></script>
<script language="javascript">

$( document ).ready(function() {
Expand Down

0 comments on commit 403e839

Please sign in to comment.