UNPKG

inlineresources

Version:

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

14 lines (13 loc) 215 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>