Skip to content

Commit 0b26c83

Browse files
authored
Fix HTML encoding issues in download.html
1 parent a023c32 commit 0b26c83

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

download.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,12 @@
280280

281281
}
282282

283-
.btn{
283+
.btn-ot{
284284
background:#4ade80;
285285
color:#0f172a;
286286
}
287287

288-
.btn:hover{
288+
.btn-ot:hover{
289289
transform:translateY(-3px);
290290
box-shadow:0 10px 30px rgba(74,222,128,0.4);
291291
}
@@ -379,7 +379,7 @@ <h2>Scarica PythonOS</h2>
379379

380380
</div>
381381

382-
<p>Se non vuoi usare il terminale, puoi scaricare l'ultima versione di PythonOS da <a class="btn" href="https://github.com/pythonos-project/pythonos/releases" target="_blank">GitHub</a> o usare <a class="btn" href="https://pythonos-project.github.io/download.py" target="_blank">l'installatore guidato</a>.</p>
382+
<p>Se non vuoi usare il terminale, puoi scaricare l'ultima versione di PythonOS da <a class="btn-ot" href="https://github.com/pythonos-project/pythonos/releases" target="_blank">GitHub</a> o usare <a class="btn-ot" href="https://pythonos-project.github.io/download.py" target="_blank">l'installatore guidato</a>.</p>
383383
<p>Se non vuoi l'ultima versione, usa il file .zip nelle Release di GitHub.</p>
384384

385385
</section>
@@ -406,4 +406,4 @@ <h2>Scarica PythonOS</h2>
406406
</script>
407407

408408
</body>
409-
</html>
409+
</html>

0 commit comments

Comments
 (0)