23 lines
316 B
HTML
23 lines
316 B
HTML
<html>
|
|
<head>
|
|
<title>Joseph Huot's limited edition by Ruben van de Ven</title>
|
|
</head>
|
|
<style type='text/css'>
|
|
body{
|
|
background: black;
|
|
margin:0;
|
|
}
|
|
#viewbox{
|
|
background:white;
|
|
position:absolute;
|
|
top:0;
|
|
left:0;
|
|
width:50%;
|
|
height:100%;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div id='viewbox'>
|
|
</div>
|
|
</body>
|
|
</html>
|