Update download.html

This commit is contained in:
Stalin
2025-01-30 14:17:13 +05:30
committed by GitHub
parent 70ed6143e0
commit 9bc52499dc
+3 -3
View File
@@ -17,20 +17,20 @@
<div class="os-card"> <div class="os-card">
<h3>Linux</h3> <h3>Linux</h3>
<p>Version: 1.0.0</p> <p>Version: 1.0.0</p>
<a href="NexApp.zip" class="button" download="NexApp">Download for Linux</a> <a href="https://drive.google.com/file/d/1Fy6eM_6rNepAxTcMIAflpqWXABupCZR7/view?usp=sharing" class="button" download="NexApp">Download for Linux</a>
</div> </div>
<div class="os-card"> <div class="os-card">
<h3>Windows</h3> <h3>Windows</h3>
<p>Version: 1.0.0</p> <p>Version: 1.0.0</p>
<a href="NexApp.zip" class="button" download="NexApp">Download for Linux</a> <a href="https://drive.google.com/file/d/1Fy6eM_6rNepAxTcMIAflpqWXABupCZR7/view?usp=sharing" class="button" download="NexApp">Download for Linux</a>
</div> </div>
<div class="os-card"> <div class="os-card">
<h3>macOS</h3> <h3>macOS</h3>
<p>Version: 1.0.0</p> <p>Version: 1.0.0</p>
<a href="NexApp.zip" class="button" download="NexApp">Download for macOS</a> <a href="https://drive.google.com/file/d/1Fy6eM_6rNepAxTcMIAflpqWXABupCZR7/view?usp=sharing" class="button" download="NexApp">Download for macOS</a>
</div> </div>
</div> </div>
</section> </section>