Skip to content

Commit

Permalink
adding app store links.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jan 31, 2024
1 parent f38721b commit 84f79ac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions store/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ <h2 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"
<br/>
Thanks for your support!
</p>

<div class="grid grid-cols-2">
<a href="https://apps.apple.com/us/app/fasten-health/id6471036301" class="inline-flex items-center justify-center">
<img src="/assets/images/mac-store.svg"/>
</a>
<a href="https://apps.microsoft.com/detail/Fasten%20Health/9PL8CZV1NRFP?launch=true&mode=full" class="inline-flex items-center justify-center">
<img style="height: 40px" src="/assets/images/windows-store.svg"/>
</a>
</div>
</article>
</div>
</div>
Expand Down

0 comments on commit 84f79ac

Please sign in to comment.