blob: 310b14e48a1e6e2b92c83b309f60a633e849c506 [file] [log] [blame] [edit]
<!DOCTYPE html>
<meta charset="utf-8">
<link rel=author href="mailto:[email protected]">
<div>This content should be visible</div>
<style>
div {
position: fixed;
top: 0;
left: 0;
width: 300px;
height: 200px;
padding: 1em;
border: 1px solid;
background: white;
color: black;
}
</style>