|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>HackerOS - Download</title> |
7 | | - <link rel="icon" type="image/png" href="HackerOS.png"> |
| 7 | + <link rel="icon" type="image/png" href="HackerOS.png"> |
8 | 8 | <style> |
9 | 9 | * { |
10 | 10 | margin: 0; |
|
97 | 97 | font-size: 24px; |
98 | 98 | margin-bottom: 15px; |
99 | 99 | } |
| 100 | + .download-option p { |
| 101 | + font-size: 16px; |
| 102 | + margin-bottom: 15px; |
| 103 | + } |
100 | 104 | .btn { |
101 | 105 | display: inline-block; |
102 | 106 | padding: 12px 24px; |
|
134 | 138 | document.querySelector('.download-section h1').textContent = 'Download HackerOS'; |
135 | 139 | const h2s = document.querySelectorAll('.download-option h2'); |
136 | 140 | h2s[0].textContent = 'HackerOS Official'; |
137 | | - h2s[1].textContent = 'HackerOS Nvidia'; |
138 | | - h2s[2].textContent = 'HackerOS Cybersecurity'; |
| 141 | + h2s[1].textContent = 'HackerOS Cybersecurity'; |
139 | 142 | const btns = document.querySelectorAll('.btn'); |
140 | 143 | for (let i = 0; i < btns.length; i++) { |
141 | 144 | if (btns[i].href.includes('sourceforge')) { |
|
171 | 174 | <h1>Pobierz HackerOS</h1> |
172 | 175 | <div class="download-option"> |
173 | 176 | <h2>HackerOS Official</h2> |
| 177 | + <p>Jeżeli masz kartę graficzną NVIDIA, użyj komendy w systemie HackerOS: <code>setup-nvidia</code></p> |
174 | 178 | <a href="https://sourceforge.net/projects/hackeros/files/HackerOS-V3.0.iso/download" class="btn">Pobierz z SourceForge</a> |
175 | | - <a href="https://mega.nz/file/QD1UDZrB#JXGaSMQCI4iYxMX-6mDfPBjdAWaBGTM314JfBh5yo9M" class="btn">Pobierz z Mega.nz</a> |
| 179 | + <a href="https://mega.nz/file/RSlHkbyC#mM1fIT8v5swZRxW_YqO6jg7GnBcGHDbfRk0f98AmyI4" class="btn">Pobierz z Mega.nz</a> |
176 | 180 | <a href="https://drive.google.com/file/d/1uGSvN1Iiwh38mbh4AD60W_Wtmr4nOV0N/view?usp=sharing" class="btn">Pobierz z Google Drive</a> |
177 | | - <a href="https://transfer.it/t/Inbx9X1zmJAI" class="btn">Pobierz z Transfer.it</a> |
178 | | - </div> |
179 | | - <div class="download-option"> |
180 | | - <h2>HackerOS Nvidia</h2> |
181 | | - <a href="https://sourceforge.net/projects/hackeros/files/HackerOS-V3.0-NVIDIA.iso/download" class="btn">Pobierz z SourceForge</a> |
182 | | - <a href="https://mega.nz/file/gSsXiLTZ#eRBifKfKmee0WB4_Jrj75UkMfKAXVqYHdLJSG8I4Phc" class="btn">Pobierz z Mega.nz</a> |
183 | | - <a href="https://drive.google.com/file/d/1EJIwAYpdkrO3ANbxefXXY41t6tEutidK/view?usp=sharing" class="btn">Pobierz z Google Drive</a> |
184 | | - <a href="https://transfer.it/t/ECeFBW11kTBK" class="btn">Pobierz z Transfer.it</a> |
| 181 | + <a href="https://transfer.it/t/zV9g8a1VEZLL" class="btn">Pobierz z Transfer.it</a> |
185 | 182 | </div> |
186 | 183 | <div class="download-option"> |
187 | 184 | <h2>HackerOS Cybersecurity</h2> |
|
0 commit comments