Agregado otros sistemas operativos link
This commit is contained in:
parent
e5fb0d9bfe
commit
bcaded9bd7
1 changed files with 16 additions and 2 deletions
18
index.html
18
index.html
|
@ -25,6 +25,12 @@
|
|||
background-color: grey;
|
||||
}
|
||||
|
||||
#os {
|
||||
padding-top: 1px;
|
||||
padding-bottom: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
background: #26292B;
|
||||
padding-top: 20px;
|
||||
|
@ -90,9 +96,17 @@
|
|||
downloadButton.disabled = true;
|
||||
break;
|
||||
}
|
||||
</script>
|
||||
|
||||
</script>
|
||||
</div>
|
||||
<section id="os">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-12 text-center">
|
||||
<a href="https://repos.libreoffice.gob.mx/" target="_blank">Otros Sistemas Operativos</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div>
|
||||
<br>
|
||||
<a href="https://git.softwarelibre.mx/strepsirrhini/libreoffice/-/wikis/Notas-de-la-Versi%C3%B3n";>Notas de la versión Libreoffice.gob</a>
|
||||
|
|
Loading…
Reference in a new issue