<?php$nombrearchivo="plantilla.html";$archivo = file_get_contents($nombrearchivo);echo htmlentities($archivo); // para ver html...?>