syndicate-2017/examples/dom-webworker/index.html

16 lines
385 B
HTML

<!doctype html>
<html>
<head>
<title>Syndicate: DOM WebWorker Example</title>
<meta charset="utf-8">
<script src="../../dist/syndicate.js"></script>
<script src="index.expanded.js"></script>
</head>
<body>
<h1>DOM WebWorker example</h1>
<div id="counter-holder"></div>
<div id="clicker-holder"></div>
<pre id="spy-holder"></pre>
</body>
</html>