public function __construct($html = false)
 {
     headers::not_found();
     # send 404
     if ($html === true) {
         $this->html();
     }
 }