Skip to content

interstar/BEACHhtml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phil's ultra-light html generating library


from html import *

page = html(
    head(),
    body(
        h1("This is a title"),
        p("Here is a body")
    )    
)

print page

About

Phil's ultra-light html generating library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages