reorganize client code

This commit is contained in:
ading2210 2024-01-02 01:25:04 -05:00
parent 27aa9ff74c
commit 643fc8e463
8 changed files with 32 additions and 26 deletions

10
client/index.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<script src="./out/libcurl.js"></script>
<script src="./main.js"></script>
</head>
<body>
<p>emscripten tests</p>
</body>
</html>