SharedWorker

This commit is contained in:
2023-11-12 04:13:05 +08:00
parent 05c3507631
commit ce943faa6e
5 changed files with 137 additions and 2 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>薄雾</title>
</head>
<body>
<h1>薄雾</h1>
<script type="module" src="./src/main.js"></script>
</body>
</html>