UNPKG

web-resource-inliner

Version:

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

11 lines (10 loc) 207 B
<!DOCTYPE html> <html> <head> <title>test</title> </head> <body> <svg><circle cx="15" cy="15" r="15"></circle></svg> <svg><circle cx="15" cy="15" r="15"></circle></svg> </body> </html>