UNPKG

doloreexplicabo

Version:

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

10 lines (9 loc) 143 B
<!DOCTYPE html> <html> <head> <title>Test page with img</title> <link href="some.css" rel="stylesheet"> </head> <body> </body> </html>