[Web] Add app link
Build Docker and Deploy / Build Docker Container (push) Successful in 2m7s
Build Docker and Deploy / Run Unit-Tests (push) Successful in 7m41s
Build Docker and Deploy / Deploy to Server (push) Successful in 21s

This commit is contained in:
2026-07-22 14:06:57 +02:00
parent 1074749cd0
commit 61db95c94d
2 changed files with 27 additions and 1 deletions
+23
View File
@@ -128,6 +128,29 @@ body
text-align: center;
}
#tr_links
{
position: absolute;
top: 0;
right: 0;
margin: -1px -1px 0 0;
display: flex;
gap: 1rem;
align-items: flex-start;
}
#tr_links .edge-btn
{
position: static;
margin: 0;
}
#tr_link_web
{
min-width: 40px;
text-align: center;
}
#tl_link1
{
top: 0;
+3
View File
@@ -17,7 +17,10 @@
<a tabindex="-1" href="https://play.google.com/store/apps/details?id=com.blackforestbytes.simplecloudnotifier" class="button bordered edge-btn" id="tl_link1"><span class="icn-google-play"></span></a>
<a tabindex="-1" href="https://apps.apple.com/us/app/simplecloudnotifier/id6455594868" class="button bordered edge-btn" id="tl_link2"><span class="icn-app-store"></span></a>
<div id="tr_links">
<a tabindex="-1" href="https://app.simplecloudnotifier.de" class="button bordered edge-btn" id="tr_link_web">Web</a>
<a tabindex="-1" href="/api" class="button bordered edge-btn" id="tr_link">API</a>
</div>
<a tabindex="-1" href="/" class="linkcaption"><h1>Simple Cloud Notifier</h1></a>