78 lines
2.5 KiB
HTML
78 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
background-color: aliceblue;
|
|
text-align: center;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
.download-button {
|
|
background-color: brown;
|
|
border: none;
|
|
color: aliceblue;
|
|
padding: 16px 32px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
margin: 4px 2px;
|
|
cursor: pointer;
|
|
border-radius: 8px;
|
|
}
|
|
.download-button:hover {
|
|
background-color: grey;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<!--header style="padding-top: 10px; font-size: 26pt; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color: brown;">Office Gob</header-->
|
|
|
|
|
|
</body>
|
|
|
|
<main>
|
|
<div class="p" style="background-color: brown;">
|
|
<img src="images/logovilla-02.png" >
|
|
|
|
|
|
</div>
|
|
<div class="q">
|
|
<h2>Office 7.5</h2>
|
|
<a href="https://repos.libreoffice.gob.mx/windows/general/x86_64/Office_7.4.4.0_Win_x86-64_en-MX_es.msi" download class="download-button">Descargar</a>
|
|
|
|
</div>
|
|
<div>
|
|
<br>
|
|
<a href="https://www.libreoffice.org/download/release-notes/";>Notas de la versión</a>
|
|
</br>
|
|
|
|
<p class="dark-gray">
|
|
Versiones antiguas disponibles en el
|
|
<a href="https://repos.libreoffice.gob.mx/old">archivo</a>
|
|
</p>
|
|
|
|
<p class="dark-gray">
|
|
Licencia de código:
|
|
<a href="https://www.libreoffice.org/download/license/">Mozilla Public License v2.0</a>
|
|
</p>
|
|
</main>
|
|
|
|
<div id="footer" class="width">
|
|
<br>
|
|
<br>
|
|
<br>
|
|
Av. Constituyentes 161 piso 4, San Miguel Chapultepec II Secc. Miguel Hidalgo, 11850 Ciudad de México, CDMX,
|
|
<br>
|
|
Tel. 50 93 53 00 Ext. 3469
|
|
<br>
|
|
<a href="https://www.gob.mx/cedn">www.gob.mx/cedn</a>
|
|
|
|
</div>
|
|
|
|
<script>
|
|
function showCedn() {cednwnd = window.open('https://www.gob.mx/cedn', 'width=890,heigth=330,left=200,top=200,menubar=no,status=yes,toolbar=no')}
|
|
function showRlsNotes() {rlsNotes = window.open('https://www.libreoffice.org/download/release-notes/')}
|
|
</script>
|
|
</html>
|