Swap-Aggregator-Subgraph/node_modules/murmurhash3js/examples/browser.html
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

17 lines
318 B
HTML

<html>
<head>
<title>murmurhash3js example</title>
<script src="../murmurhash3js.min.js"></script>
</head>
<body>
<h1>murmurHash3js example</h1>
<div id="foo">NA</div>
<script>
(document.getElementById('foo')).innerHTML = murmurHash3.x86.hash32("To Be or Not to Be.");
</script>
</body>
</html>