UNPKG

grunt-html-build

Version:

Grunt HTML Builder - Appends scripts and styles, Removes debug parts, append html partials, Template options

18 lines (14 loc) 247 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Page Specific Inline Example</title> </head> <style> .this-is-example-inline { font-style: italic; } </style> <body> </body> </html>