diff options
author | hovertank3d <[email protected]> | 2025-01-17 16:31:53 +0100 |
---|---|---|
committer | hovertank3d <[email protected]> | 2025-01-17 16:31:53 +0100 |
commit | b3ce6257ccaec4096281cf7a19cce45d22f4c9a0 (patch) | |
tree | 8256788a1dc3aeb3c162ccb8d3e91e1b02690c3f | |
parent | 13864f9405dbc57d6278b09354adfd3006878ebb (diff) | |
download | lzcnt.space-b3ce6257ccaec4096281cf7a19cce45d22f4c9a0.tar.xz lzcnt.space-b3ce6257ccaec4096281cf7a19cce45d22f4c9a0.zip |
add link to github repo
-rw-r--r-- | templates/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 2133457..1fbecec 100644 --- a/templates/index.html +++ b/templates/index.html @@ -44,6 +44,8 @@ movq $63, %rax sub %rdi, %rax ret # 2^{{.Log2lzcnt}} requests handled -</code></pre> +</code></pre> + <div style="text-align: center;"><a href="https://github.com/hovertank3d/lzcnt.space"><code>[source code]</code></a> + </div> </body> </html>
\ No newline at end of file |