Metadatos agregados
This commit is contained in:
parent
6b3319e9a3
commit
d400fdd2d7
1 changed files with 8 additions and 2 deletions
10
index.html
10
index.html
|
@ -1,6 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="icon" href="images/logofelipecarrillo-2024.svg" type="image/x-icon">
|
||||
<meta name="description" content="Sitio de descarga para Office Gobmx">
|
||||
<meta name="keywords" content="Office gobmx, Suite ofimática, writer, Office gratuito">
|
||||
<meta http-equiv="content-language" content="es">
|
||||
<title>Office GobMx</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<style>
|
||||
body {
|
||||
background-color: aliceblue;
|
||||
|
@ -63,7 +69,7 @@
|
|||
|
||||
</div>
|
||||
<div class="q">
|
||||
<h2>Office 24.2.0+gobmx-1.1</h2>
|
||||
<h2>Office 24.8.0+gobmx-1.2</h2>
|
||||
|
||||
<!--Selección de OS-->
|
||||
<!--button id="download-button">Descargar</button-->
|
||||
|
@ -79,7 +85,7 @@
|
|||
switch (OSName) {
|
||||
case "Windows":
|
||||
downloadButton.addEventListener("click", function() {
|
||||
window.location.href = "https://repos.libreoffice.gob.mx/windows/general/x86_64/Office_7.5.0.0_Win_x86-64_en-MX_es.msi";
|
||||
window.location.href = "https://repos.libreoffice.gob.mx/windows/general/x86_64/Office_24.8.0.0_gobmx_1.2_Win_x86-64_en-MX_es.msi";
|
||||
});
|
||||
break;
|
||||
case "MacOS":
|
||||
|
|
Loading…
Reference in a new issue