blob: 9dffb7905fd16061e143742b3efd4ebfcf28a13b [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Diff screenshots report</title>
<style>
.row {
display: flex;
padding: 1rem;
border-radius: .5rem;
border: 1px solid black;
margin-bottom: 1rem;
}
.image-wrapper img {
max-width: 45vw;
}
.cmd {
font-family: monospace;
color: white;
background: black;
}
</style>
</head>
<body>
<div class="container">
Loading...
</div>
<script src="script.js"></script>
</body>
</html>