Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/02/2012, 12:43
sebaturen
 
Fecha de Ingreso: junio-2009
Mensajes: 12
Antigüedad: 14 años, 11 meses
Puntos: 0
Respuesta: Web para Samsung Galaxy

claro, esta alojada en:
http://www.vgs.cl/movil/galaxy/

y el cidgo es:

Código HTML:
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>AMAYNA mobile GALAXY</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">

<link href="estilos.css" rel="stylesheet" type="text/css" />
</head>

<body>

<div id="container">

	<div id="idioma"><a href="menu.html"><img src="images/flecha_idioma.png" width="12" height="18" border="0" />español</a><a href="#"><img src="images/flecha_idioma.png" width="12" height="18" border="0" />english</a></div>
    <div id="footer">Valle de Leyda - San Antonio<br />
Chile</div>
</div>
</body>
</html> 

Última edición por sebaturen; 10/02/2012 a las 13:10