appendCssUrl('/css/style.css'); } /** * Produire la page Web complète. */ public function toHTML(): string { $lastModification = self::getLastModification(); return << {$this->getTitle()} {$this->getHead()}

{$this->getTitle()}

{$this->getBody()}
HTML; } }