UNPKG

web-resource-inliner

Version:

Inlines img, script and link tags into the same file.

14 lines (13 loc) 264 B
<!DOCTYPE html> <html> <head> <title>test</title> <script src="assets/export.js" type="text/javascript"> </script> <script src='/assets/export.js' type="text/javascript"></script> </head> <body> </body> </html>