Foros del Web » Creando para Internet » HTML »

Me he cargado el index.html

Estas en el tema de Me he cargado el index.html en el foro de HTML en Foros del Web. Como si fuera novato. Me he puesto a toquetear sin guardar el original y no sé que he hecho mal, pero no me funciona el ...
  #1 (permalink)  
Antiguo 25/03/2016, 15:12
Avatar de vettonia  
Fecha de Ingreso: septiembre-2012
Mensajes: 4
Antigüedad: 11 años, 6 meses
Puntos: 0
Me he cargado el index.html

Como si fuera novato. Me he puesto a toquetear sin guardar el original y no sé que he hecho mal, pero no me funciona el index.html de mi web. Se queda recargando sin hacer nada. Os pongo el código actual por si me podéis ayudar.

<html>
<head>
<body>
<meta name="google-site-verification" content="oNBbuCzg6N_hFqwYcuDeq2S-51ITZ5qHEGaEUFwlok4" />
<meta http-equiv="Content-Language" content="es">
<meta http-equiv=REFRESH CONTENT="0; URL=http://vettoniashop.es">
<meta name="VW96.objecttype" content="Document">
<meta name="DC.Language" SCHEME="RFC1766" content="spanish">
<meta name="language" content="es">
<meta name="distribution" content="global">
<meta name="resource-type" content="Document">
<meta name="Keywords" content="varios keywords separados por comas">
<meta name="robots" content="all">
<meta name="revisit-after" content="1 days">
<meta http-equiv="Content-Type" content="text/html; charset=WINDOWS-1252">
<title>index.html</title>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-12940099-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</body>
</head>
</html>
  #2 (permalink)  
Antiguo 25/03/2016, 15:14
Avatar de xfxstudios  
Fecha de Ingreso: junio-2015
Ubicación: Valencia - Venezuela
Mensajes: 2.448
Antigüedad: 8 años, 9 meses
Puntos: 263
Respuesta: Me he cargado el index.html

prueba asi a ver:

Código HTML:
Ver original
  1. <meta name="google-site-verification" content="oNBbuCzg6N_hFqwYcuDeq2S-51ITZ5qHEGaEUFwlok4" />
  2. <meta http-equiv="Content-Language" content="es">
  3. <meta http-equiv=REFRESH CONTENT="0; URL=http://vettoniashop.es">
  4. <meta name="VW96.objecttype" content="Document">
  5. <meta name="DC.Language" SCHEME="RFC1766" content="spanish">
  6. <meta name="language" content="es">
  7. <meta name="distribution" content="global">
  8. <meta name="resource-type" content="Document">
  9. <meta name="Keywords" content="varios keywords separados por comas">
  10. <meta name="robots" content="all">
  11. <meta name="revisit-after" content="1 days">
  12. <meta http-equiv="Content-Type" content="text/html; charset=WINDOWS-1252">
  13. <title>index.html</title>
  14. <script type="text/javascript">
  15.  
  16. var _gaq = _gaq || [];
  17. _gaq.push(['_setAccount', 'UA-12940099-1']);
  18. _gaq.push(['_trackPageview']);
  19.  
  20. (function() {
  21. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  22. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  23. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  24. })();
  25.  
  26.  
  27. </head>
  28.  
  29.  
  30. <!--AQUI EL CONTENIDO DE TU HTML-->
  31.  
  32. </body>
  33.  
  34. </html>
__________________
[email protected]
HITCEL
  #3 (permalink)  
Antiguo 25/03/2016, 15:47
Avatar de vettonia  
Fecha de Ingreso: septiembre-2012
Mensajes: 4
Antigüedad: 11 años, 6 meses
Puntos: 0
Respuesta: Me he cargado el index.html

Gracias, pero sigue igual.
Sin embargo, le he metido este código de redireccionamiento y me lleva a la web. No sé si es una chapucilla y si me funcionará todo el tema de rastreo de metatags al poner eso.

<script type="text/javascript">
window.location="http://vettoniashop.es/erotica";
</script>

Etiquetas: cargado, javascript, text
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 21:11.