package pmoupnp import ( "fmt" "html" "net/http" ) func (s *Server) ServeDebugIndex(w http.ResponseWriter, r *http.Request) { w.Header().Set("Content-Type", "text/html; charset=utf-8") fmt.Fprintf(w, `