diff options
author | johannst <johannst@users.noreply.github.com> | 2021-03-29 15:16:14 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2021-03-29 15:16:14 +0000 |
commit | c6ae65a3f9c9f1d393291dbb7c1c741676664825 (patch) | |
tree | de71f5029b2173c8d3e674dcc4c6943a951b4e17 /binary | |
parent | fe84155562f3e6d51b94155197ab5606f2e3bebe (diff) | |
download | notes-c6ae65a3f9c9f1d393291dbb7c1c741676664825.tar.gz notes-c6ae65a3f9c9f1d393291dbb7c1c741676664825.zip |
deploy: 6e82f44415534b31b683006bbeca4379d43d9d0d
Diffstat (limited to 'binary')
-rw-r--r-- | binary/index.html | 4 | ||||
-rw-r--r-- | binary/nm.html | 4 | ||||
-rw-r--r-- | binary/objdump.html | 4 | ||||
-rw-r--r-- | binary/od.html | 4 | ||||
-rw-r--r-- | binary/readelf.html | 4 | ||||
-rw-r--r-- | binary/xxd.html | 4 |
6 files changed, 24 insertions, 0 deletions
diff --git a/binary/index.html b/binary/index.html index de60b84..cdd019e 100644 --- a/binary/index.html +++ b/binary/index.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> diff --git a/binary/nm.html b/binary/nm.html index 5743690..ab0965e 100644 --- a/binary/nm.html +++ b/binary/nm.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> diff --git a/binary/objdump.html b/binary/objdump.html index 09832f7..c4620c8 100644 --- a/binary/objdump.html +++ b/binary/objdump.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> diff --git a/binary/od.html b/binary/od.html index 1b7c26e..c940261 100644 --- a/binary/od.html +++ b/binary/od.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> diff --git a/binary/readelf.html b/binary/readelf.html index 07f6ef1..beb5ee4 100644 --- a/binary/readelf.html +++ b/binary/readelf.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> diff --git a/binary/xxd.html b/binary/xxd.html index 8a82b8d..4830aed 100644 --- a/binary/xxd.html +++ b/binary/xxd.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> |