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 /arch | |
parent | fe84155562f3e6d51b94155197ab5606f2e3bebe (diff) | |
download | notes-c6ae65a3f9c9f1d393291dbb7c1c741676664825.tar.gz notes-c6ae65a3f9c9f1d393291dbb7c1c741676664825.zip |
deploy: 6e82f44415534b31b683006bbeca4379d43d9d0d
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> |