diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-05-15 12:27:59 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-05-15 12:27:59 -0600 |
commit | 32a185b0793b6825c4e6baf02bc780c2d99637dd (patch) | |
tree | 2824ccf458c6cb8f531f040248cd0ddc79a68e4a /docs | |
parent | 07d7ef1668ef4d5718cfeeafed8e552804951101 (diff) |
fix app store link and add email
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index ea7fdbb..7a8e83a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -20,7 +20,7 @@ <div class="window-pane"> <p>A modern gopher client for <span role="img" class="apple" aria-label="Apple"></span> devices</p> - <a href="https://apps.apple.com/in/app/igopherbrowser/id647463884"><img src="https://upload.wikimedia.org/wikipedia/commons/3/3c/Download_on_the_App_Store_Badge.svg" alt="Download on the App Store" height="40"></a> + <a href="https://apps.apple.com/in/app/igopherbrowser/id6474638845"><img src="https://upload.wikimedia.org/wikipedia/commons/3/3c/Download_on_the_App_Store_Badge.svg" alt="Download on the App Store" height="40"></a> <p>Gopher might be a protocol from the past, but it is still alive and well. iGopherBrowser is a modern gopher client for iOS and macOS, which lets you browse the gopherspace with ease.</p> @@ -43,6 +43,7 @@ <img src="screenshots.jpg" alt="Screenshot" width="90%"> </center> <section class="field-row" style="justify-content: flex-end"> + <a href="mailto:igopherbrowser@navan.email" class="btn" style="width:95px;">Contact</a> <a href="https://github.com/navanchauhan/iGopherBrowser" class="btn" style="width:95px;">GitHub</a> </section> </div> |