blob: 90c62e5421b6ca4986e610a49902ed496fe4c7f2 [file] [log] [blame]
<!DOCTYPE html>
<html>
<style>
div {
width: 300px;
height: 300px;
background-image: url("./resources/html5.png");
background-repeat: no-repeat;
background-color: green;
}
</style>
<body>
<div></div>
</body>
</html>