Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/07/2015, 11:57
superweb360
(Desactivado)
 
Fecha de Ingreso: abril-2015
Ubicación: España
Mensajes: 616
Antigüedad: 9 años, 1 mes
Puntos: 74
Respuesta: Encabezado repetido en sitio

index.php
---------------------------------
<?php
include("encabezado.php");
?>
<body>
</body>
</html>

encabezado.php
--------------------------------------
<!DOCTYPE html>
<html>
<head>
</head>