UNPKG

create-html

Version:

create the content of an html file with one function call

16 lines (10 loc) 188 B
<!doctype html> <html lang="en" dir="ltr"> <head> <title>example</title> <meta charset="utf-8"> <meta name="description" content="example description"> </head> <body> </body> </html>