Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHellishPandaa authored Jan 1, 2025
1 parent f03b3fc commit 6ffa80a
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="icons8-lock-48.png" type="image/png">
<title>GNU-PasswdManager - Download</title>
<style>

<!DOCTYPE html>
<html lang="en">
<head>
Expand Down Expand Up @@ -184,50 +174,5 @@ <h3>For Windows 10/11:</h3>
<h3>Download the Source Code:</h3>
<a href="https://github.com/TheHellishPandaa/GNU-PasswdManager2025/blob/main/GNU-PasswdManager.py" target="_blank" download>Download Source Code</a>
</div>
</body>
</html>

</style>
</head>
<body>

<header>

<h1><stong>GNU-PasswdManager</h1>
<h3><strong>Manage your passwords with encryption and a user-friendly GUI. Allows users to store, generate, and manage their passwords securely. </strong></h3>
<p><strong><a href="https://github.com/TheHellishPandaa/GNU-PasswdManager2025" target="_blank"> &COPY;2025 Jaime Galvez Martinez</a></strong></p>
<pre>



</pre>
<p><strong>This project is released under GNU License</strong></p>
</header>


<div class="container">
<h2><strong>Download the Latest Version</strong></h2>
<p class="intro-text">GNU Passwd Manager is a tool that helps you manage your passwords securely using encryption. You can easily store and retrieve your passwords with a simple graphical interface.</p>
<p class="intro-text">Choose the version for your operating system:</p>

<div class="download-section">
<h3><strong>For Linux/Mac:</strong></h3>
<a href="https://github.com/TheHellishPandaa/GNU-PasswdManager2025/raw/refs/heads/main/GNU-PasswdManager-Latest.tar.gz" target="_blank" class="download-button" download>Download .tar.gz Package for Linux</a>
<p>After downloading the package, you can install it on your Linux system using the following command:</p>
<pre>sudo tar -xzvf GNU-PasswdManager-Lastest.tar.gz</pre>
<p class="intro-text">If you encounter any issues with dependencies, you can read the manual (readme) from GitHub:</p>
<a href="https://github.com/TheHellishPandaa/GNU-PasswdManager2025/blob/main/README.md" target="_blank" class="download-button" download>Read the ´readme´ file from GitHub</a>

<div class="download-section">
<h3><strong>For Windows 10/11:</strong></h3>
<a href="https://github.com/TheHellishPandaa/GNU-PasswdManager2025/raw/refs/heads/main/GNU-PasswdManager.rar" class="download-button" download>Download .rar file that contains the .exe Installer for Windows</a>
<p class="intro-text">For Windows, simply run the installer after downloading it to your system.</p>

<div class="download-section">
<h3><strong>Download the source code from GitHub</strong></h3>
<a href="https://github.com/TheHellishPandaa/GNU-PasswdManager2025/blob/main/GNU-PasswdManager.py" target="_blank" class="download-button" download>Download the source code from GitHub</a>
</div>
</div>

</body>
</html>

0 comments on commit 6ffa80a

Please sign in to comment.