<!DOCTYPE html>
<html>
<head> </head>
<body>
<h1>Web Worker samples</h1>
<h3>Open the developer tools window to see messages from the web workers!</h3>
<script src="./index.js"></script>
</body>
</html>