utils/fake_data_generation/page_template.html (30 lines of code) (raw):
<html>
<head>
<style>
div {
color: black;
}
/* Container holding the image and the text */
.container {
position: relative;
text-align: center;
color: white;
}
.float-text {
position: absolute;
font-family: serif;
}
.image {
width: 100%;
}
.container {
width: 800px
}
</style>
</head>
<body>
<div class="container" class="viewport">
<img id="form-image" src="empty_images/illinois_state.png" class="image viewport">
</div>
</body>
</html>