console.log('%cTESTING COMPLETE', 'color:orange;font-weight:bold')
</script>
- <style>body{background:black;color:white;}</style>
+ <style>body{background:black;color:white;}a{color:darkcyan;}</style>
</head>
<body>
<h1>nano-pow</h1>
- <h2>Compare three different Nano proof-of-work tools.</h2>
+ <h4><a href="https://www.npmjs.com/package/nano-pow">https://www.npmjs.com/package/nano-pow</a></h4>
+ <h2>Speed tests comparing three different Nano proof-of-work tools.</h2>
<p>NanoPowGpu uses cutting edge WebGPU technology. Not all browsers are supported.</p>
<p>NanoPowGl uses WebGL 2.0 and is a fallback option in the NanoPow package.</p>
<p>nano-webgl-pow is the original package from which NanoPow was inspired and optimized.</p>