mirror of
https://github.com/servo/servo.git
synced 2025-06-10 17:43:16 +00:00
13 lines
247 B
HTML
13 lines
247 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div style="width: 256px;">
|
|
<div style="width: 237px; float: left;">hello</div>
|
|
<div style="clear: both;">darkness</div>
|
|
<div>my old friend</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|