]> zoso.dev Git - nano-pow.git/commitdiff
Add link to package and color it. Tweak heading text.
authorChris Duncan <chris@zoso.dev>
Sat, 11 Jan 2025 07:34:00 +0000 (23:34 -0800)
committerChris Duncan <chris@zoso.dev>
Sat, 11 Jan 2025 07:34:00 +0000 (23:34 -0800)
test.html

index 65b166c0c49b0dcfc7e11fe5b8cd3c13138e934b..a93c46ffc29569fbac00660824a6f3988604d009 100644 (file)
--- a/test.html
+++ b/test.html
@@ -118,12 +118,13 @@ SPDX-License-Identifier: GPL-3.0-or-later
 
                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>