diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64.html | 4 | ||||
-rw-r--r-- | arch/armv7.html | 4 | ||||
-rw-r--r-- | arch/index.html | 4 | ||||
-rw-r--r-- | arch/x86_64.html | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64.html b/arch/arm64.html index 580ea20..d9ae7a4 100644 --- a/arch/arm64.html +++ b/arch/arm64.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/arch/armv7.html b/arch/armv7.html index 940d518..a749404 100644 --- a/arch/armv7.html +++ b/arch/armv7.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/arch/index.html b/arch/index.html index 29ef281..42dbcef 100644 --- a/arch/index.html +++ b/arch/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/arch/x86_64.html b/arch/x86_64.html index efc8c60..9797dd3 100644 --- a/arch/x86_64.html +++ b/arch/x86_64.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> |