Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Update download.html (#7)
Browse files Browse the repository at this point in the history
Update download.html
  • Loading branch information
JeelDobariya38 authored Oct 18, 2023
2 parents 3d8e2f0 + a24955f commit 1d588ee
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,23 @@ <h1>Download Smart Manager</h1>

<section>
<p>Welcome to the download page for Smart Manager. Select your platform and click the button below to download the latest release.</p>
<p>For specific release or vesion, vist your github repository's <a href="https://github.com/JeelDobariya38/smart-manager/releases">release page</a></p>
<p>For specific release or version, visit your GitHub repository's <a href="https://github.com/JeelDobariya38/smart-manager/releases">release page</a></p>

<label for="platformDropdown">Select Your Platform (select python if you want download the script files and run it, on any system that has python 3.12 or above installed it):</label>
<label for="platformDropdown">Select Your Platform:</label>
<br>
<select id="platformDropdown">
<option value="windows">Windows</option>
<select id="platformDropdown" defaultValue="python">
<option value="python">Python</option>
<option value="windows">Windows</option>
</select>
<button id="downloadButton">Download Latest Version</button>

<div id="error_section" style="display: none;">
Error: error occured, in download please try again!
Error: an error occurred during download, please try again!
</div>

<p><strong>Important Note:</strong> If you are using Windows and your antivirus shows a warning after downloading the .exe file, don't worry. It's a false positive. Smart Manager is safe, and the warning is due to a technical aspect of its development.</p>

<p><strong>Recommendation:</strong> We strongly recommend downloading the Python version, especially if you are familiar with Python. This ensures a smoother experience and avoids any false positive warnings. Simply select the "Python" option from the dropdown.</p>
</section>

<script src="scripts/download.js"></script>
Expand Down

0 comments on commit 1d588ee

Please sign in to comment.