9 lines
213 B
HTML
9 lines
213 B
HTML
|
<html>
|
||
|
<head></head>
|
||
|
<body>
|
||
|
<div style="position:absolute; left:0px; top:-500px; width:1px;height:1px; overflow:hidden;">
|
||
|
This should all be a single line, but it's not because of CSS. Boo!
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|