webpack/examples/module-worker/index.html

11 lines
195 B
HTML
Raw Normal View History

2021-06-28 18:30:25 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Worker example</title>
</head>
<body>
<script src="./dist/main.js" async type="module"></script>
</body>
</html>