UNPKG

create-html

Version:

create the content of an html file with one function call

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