UNPKG

create-html

Version:

create the content of an html file with one function call

17 lines (10 loc) 174 B
<!doctype html> <html lang="en" dir="ltr"> <head> <title>example</title> <meta charset="utf-8"> <script src="example.js" async></script> </head> <body> </body> </html>