Skip to content

Commit

Permalink
Merge pull request #32 from Andes-hosting/Blog-Feature
Browse files Browse the repository at this point in the history
Add analytics tag
  • Loading branch information
leadvic committed Jul 2, 2024
2 parents dc4014c + 168a694 commit d5c8ec6
Showing 1 changed file with 42 additions and 28 deletions.
70 changes: 42 additions & 28 deletions website-andes-hosting/public/index.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Servidores de videojuegos para Latinoamérica. Con CPU ilimitada y baja latencia para la mejor experiencia!"
/>
<meta name="keywords" content="Hosting de videojuegos, Servidores de juegos, Hosting de Minecraft, Hosting de Ark: Survival Evolved, Hosting de Rust, Hosting de alta velocidad, Hosting en Latinoamérica, Hosting económico de videojuegos, Hosting de Palworld" />
<meta name="google-site-verification" content="g8N2dGW771PNmwb8uyavp3Kw67MVbH3HdbAhDFQEvIY" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--

<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description"
content="Servidores de videojuegos para Latinoamérica. Con CPU ilimitada y baja latencia para la mejor experiencia!" />
<meta name="keywords"
content="Hosting de videojuegos, Servidores de juegos, Hosting de Minecraft, Hosting de Ark: Survival Evolved, Hosting de Rust, Hosting de alta velocidad, Hosting en Latinoamérica, Hosting económico de videojuegos, Hosting de Palworld" />
<meta name="google-site-verification" content="g8N2dGW771PNmwb8uyavp3Kw67MVbH3HdbAhDFQEvIY" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Expand All @@ -26,17 +26,30 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600;700&family=Exo:ital,wght@0,100..900;1,100..900&family=Heebo:wght@400;500;600;700;800&display=swap" rel="stylesheet">

<title>Andes Hosting | Juega sin Fronteras</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600;700&family=Exo:ital,wght@0,100..900;1,100..900&family=Heebo:wght@400;500;600;700;800&display=swap"
rel="stylesheet">

<title>Andes Hosting | Juega sin Fronteras</title>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BR2FRKBNNC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'G-BR2FRKBNNC');
</script>
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
Expand All @@ -46,5 +59,6 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
</body>

</html>

0 comments on commit d5c8ec6

Please sign in to comment.