blob: aff3b84e1d1f9ec2aa98333118aabb5489a2b8d5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
height: 2000px;
background-image: url('resources/simple_image.png');
background-size: 200px 200px;
background-attachment: fixed;
overflow: hidden; /* hide scrollbar */
}
</style>
</head>
<body>
</body>
</html>