Closed planetoftheweb closed 2 months ago
Fixes #6
Update Bootstrap to the latest version (5.3.3) and remove jQuery.
index.html
<script defer src="js/lib/fontawesome-all.min.js"></script>
js/script.js
$(function () { ... })
document.addEventListener('DOMContentLoaded', function () { ... })
Deleted files
js/lib/jquery.min.js
css/animate.css
For more details, open the Copilot Workspace session.
Fixes #6
Update Bootstrap to the latest version (5.3.3) and remove jQuery.
index.html
<script defer src="js/lib/fontawesome-all.min.js"></script>
.js/script.js
$(function () { ... })
withdocument.addEventListener('DOMContentLoaded', function () { ... })
.Deleted files
js/lib/jquery.min.js
.css/animate.css
.For more details, open the Copilot Workspace session.