UNPKG

create-html

Version:

create the content of an html file with one function call

18 lines (11 loc) 217 B
<!doctype html> <html lang="en" dir="ltr"> <head> <title>example</title> <meta charset="utf-8"> <script src="example1.js" async></script> <script src="example2.js" async></script> </head> <body> </body> </html>