Changelog¶
v0.4.1 (2016-09-16)¶
Changed¶
- Moved all the templates for html tags from
templates/html/tags.pytotemplates/html/tags/
v0.4.0 (2016-09-15)¶
Added¶
- Added classes for building some of the tags:
<html></html><i></i><iframe></iframe><img>
Changed¶
- Moved all the classes for constructing tags to separate files for easy accessibility.
v0.3.0 (2016-09-04)¶
Added¶
- Added classes for building some of the tags:
<h1></h1><h2></h2><h3></h3><h4></h4><h5></h5><h6></h6><head></head><header></header><hr>