UNPKG

inlineresources

Version:

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

13 lines (12 loc) 250 B
<!DOCTYPE html> <html> <head> <title>Test page with img</title> <style type="text/css"> div { background-image: url("rednblue.png"); } </style> </head> <body></body> </html>