blob: 024fc79a41adf77ec7d7b8ef0f1d6593871c85c9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Integration Test</title>
<meta name="robots" content="noindex" />
<style>
html, body {
height: 100%;
width: 100%;
}
body {
background-color: #000;
color: #fff;
margin: 0;
}
.image {
height: 100%;
width: 100%;
background-image: url('./image.jpg');
background-size: cover;
background-repeat: no-repeat;
}
</style>
</head>
<body>
<div class="image"></div>
</body>
</html>