blob: 9573765ccafe5ca9de04a20f7ab46beaae331c66 [file] [log] [blame]
<html>
<head>
<style>
div {
background: red;
background-repeat: no-repeat;
background-image: url(resources/hearts.svg);
height: 600px;
width: 800px;
}
</style>
</head>
<body style='margin: 0px'>
<div>&nbsp;</div>
</body>
</html>