init upload module

This commit is contained in:
2025-03-31 21:17:41 +08:00
parent 64ca348277
commit a7faaca418
16 changed files with 633 additions and 0 deletions

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<html>
<head>
<title>Query Upload</title>
</head>
<body>
<script src="test/upload.ts" type="module"></script>
</body>
</html>