Skip to content

Commit e82256b

Browse files
committed
[ADD] add test & serve code and make sure api
1 parent 28fcb84 commit e82256b

File tree

8 files changed

+537
-12
lines changed

8 files changed

+537
-12
lines changed

dist/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<title>Document</title>
8-
<script src="./BetterWorker.min.js"></script>
98
</head>
109
<body>
11-
10+
<h1>test betterworker</h1>
1211
</body>
13-
</html>
12+
</html>
13+
<script src="./BetterWorker.min.js"></script>
14+
<script type="text/javascript">
15+
16+
</script>

0 commit comments

Comments
 (0)