UNPKG

create-html

Version:

create the content of an html file with one function call

17 lines (10 loc) 176 B
<!doctype html> <html lang="en" dir="ltr"> <head> <title>example</title> <meta charset="utf-8"> <link rel="stylesheet" href="example.css"> </head> <body> </body> </html>