added download links
This commit is contained in:
parent
b0d753d315
commit
72547998a0
|
@ -33,24 +33,21 @@
|
|||
<h2 class="text-white
|
||||
text-2xl font-bold mb-2">Windows</h2>
|
||||
<p class="text-white mb-2">Download the Windows installer.</p>
|
||||
<a href="
|
||||
>"
|
||||
<a href="https://git.maidsin.space/catto/snotes-deck/releases/download/v0.0.11/snotes-deck_0.0.11_x64_en-US.msi"
|
||||
class="text-white bg-purple-500 hover:bg-cyan-600 hover:text-white rounded-md px-4 py-2 transition-colors duration-200 w-fit">Download</a>
|
||||
</div>
|
||||
<div class="bg-pink-500 p-4 rounded-lg flex flex-col">
|
||||
<h2 class="text-white
|
||||
text-2xl font-bold mb-2">Linux</h2>
|
||||
<p class="text-white mb-2">Download the Linux installer.</p>
|
||||
<a href="
|
||||
>"
|
||||
<a href="https://git.maidsin.space/catto/snotes-deck/releases/download/v0.0.11/snotes-deck_0.0.11_amd64.AppImage"
|
||||
class="text-white bg-purple-500 hover:bg-cyan-600 hover:text-white rounded-md px-4 py-2 transition-colors duration-200 w-fit">Download</a>
|
||||
</div>
|
||||
<div class="bg-blue-500 p-4 rounded-lg flex flex-col">
|
||||
<h2 class="text-white
|
||||
text-2xl font-bold mb-2">Mac</h2>
|
||||
<p class="text-white mb-2">Download the Mac installer.</p>
|
||||
<a href="
|
||||
>"
|
||||
<a href="https://git.maidsin.space/catto/snotes-deck/releases/download/v0.0.11/snotes-deck_0.0.11_x64.dmg"
|
||||
class="text-white bg-purple-500 hover:bg-cyan-600 hover:text-white rounded-md px-4 py-2 transition-colors duration-200 w-fit">Download</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue