libcurl.js/client/index.html

16 lines
No EOL
324 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="data:;base64,=">
<script defer src="./out/libcurl.js"></script>
<script>
document.addEventListener("libcurl_load", ()=>{
console.log("libcurl.js ready!");
})
</script>
</head>
<body>
<p>emscripten tests</p>
</body>
</html>