Files

25 lines
718 B
HTML
Raw Permalink Normal View History

2026-01-29 13:43:44 -03:00
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XTD4SD01DV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-XTD4SD01DV');
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo-ma.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Motores Argentinos</title>
<script src="https://sdk.mercadopago.com/js/v2"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>