Skip to content

Commit f6696f1

Browse files
CopilotDavidKRK
andauthored
fix: add missing Howler.js dependency to contact.html (#222)
* Initial plan * fix: add missing Howler.js to contact.html to prevent ReferenceError Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/de4fd954-b769-42c5-8e0f-9b37fc76373d Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>
1 parent 2489df9 commit f6696f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contact.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ <h1 class="main-title">David KRK</h1>
177177
</footer>
178178
</div>
179179

180+
<script src="https://cdn.jsdelivr.net/npm/howler@2.2.3/dist/howler.core.min.js"></script>
180181
<script src="assets/js/main.js"></script>
181182
<script>
182183
document.addEventListener('DOMContentLoaded', () => {

0 commit comments

Comments
 (0)