# File lib/omniauth/form.rb, line 111
    def header(title)
      @html << "<!DOCTYPE html>\n<html>\n<head>\n<title>\#{title}</title>\n\#{css}\n</head>\n<body>\n<h1>\#{title}</h1>\n<form method='post'>\n"
      self
    end