diff options
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> |