<?php
header('Content-disposition: attachment; filename=WebSite.html');
header('Content-type: text/html');
readfile('../WebSite.html');
?>
