diff --git a/man.html b/man.html
deleted file mode 100644
index c3cd7f8..0000000
--- a/man.html
+++ /dev/null
@@ -1,34 +0,0 @@
-MAN
-File: element/main.go:110
-Node Style getter/setter
-
-File: element/main.go:130
-Node Attribute getter/setter
-
-File: element/selector.go:11
-QuerySelector is a Node method to select an element using a CSS selector
--
-Note
-the CSS query is performed relative to the Node calling it
-
-
--
-Usage
-element.Node.QuerySelector("css,query") -> element.Node
-
-
-
-File: element/selector.go:32
-QuerySelectorAll is a Node method to select all matching elements using a CSS selector
--
-Note
-the CSS query is performed relative to the Node calling it
-
-
--
-Usage
-element.Node.QuerySelectorAll("css,query") -> []element.Node
-
-
-
-
MAN
File: element/main.go:110
Node Style getter/setter
File: element/main.go:130
Node Attribute getter/setter
File: element/selector.go:11
QuerySelector is a Node method to select an element using a CSS selector
-
Note
the CSS query is performed relative to the Node calling it
-
Usage
element.Node.QuerySelector("css,query") -> element.Node
File: element/selector.go:32
QuerySelectorAll is a Node method to select all matching elements using a CSS selector
-
Note
the CSS query is performed relative to the Node calling it
-
Usage
element.Node.QuerySelectorAll("css,query") -> []element.Node