add copyright notice to libcurl js bundle

This commit is contained in:
ading2210 2024-02-03 23:38:16 -05:00
parent a4c075b497
commit a5a537423e
8 changed files with 24 additions and 11 deletions

View file

@ -7,7 +7,7 @@
<script>
document.addEventListener("libcurl_load", ()=>{
libcurl.set_websocket(`wss://${location.hostname}/ws/`);
console.log("libcurl.js ready!");
console.log(`loaded libcurl.js v${libcurl.version.lib}`);
});
</script>
</head>