UNPKG

inlineresources

Version:

Inlines style sheets, images, fonts and scripts in HTML documents. Works in the browser.

9 lines (8 loc) 145 B
<!DOCTYPE html> <html> <head> <title>Test page</title> <script src="some.js"></script> </head> <body></body> </html>