Release notes added.
This commit is contained in:
parent
230a00f0f8
commit
e87541d391
1 changed files with 9 additions and 3 deletions
12
index.html
12
index.html
|
@ -27,6 +27,7 @@
|
|||
</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>
|
||||
|
@ -38,10 +39,14 @@
|
|||
|
||||
</div>
|
||||
<div class="q">
|
||||
<h2>Office 7.4</h2>
|
||||
<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 onclick="showRlsNotes();" href="javascript:void(0);">Notas de la versión</a>
|
||||
</br>
|
||||
</main>
|
||||
|
||||
<div id="footer" class="width">
|
||||
|
@ -57,6 +62,7 @@
|
|||
</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 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>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue